リファレンスSQLステートメントビューバージョン: 4.xビュー 📄️ALTER VIEWALTER VIEW modifies the definition of a logical view.📄️CREATE VIEWCREATE VIEW creates a logical view derived from queries on existing tables.📄️ビューの削除DROP VIEW deletes a logical view from StarRocks.📄️SHOW CREATE VIEWReturns the CREATE statement that was used to create a given view.