📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

View



This page provides a comprehensive overview of view operations in TiDB Cloud Lake, organized by functionality for easy reference.

View Management

CommandDescription
CREATE VIEWCreates a new view based on a query
ALTER VIEWModifies an existing view
DROP VIEWRemoves a view

View Information

CommandDescription
DESC VIEWShows detailed information about a view
SHOW VIEWSLists all views in the current or specified database

Was this page helpful?