📄️ ALTER VIEW
ALTER VIEW modifies the definition of a logical view.
📄️ CREATE VIEW
CREATE VIEW creates a logical view derived from queries on existing tables.
📄️ ビューの削除
DROP VIEW deletes a logical view from StarRocks.
📄️ SHOW CREATE VIEW
Returns the CREATE statement that was used to create a given view.