--- { "title": "Describe", "language": "en" } --- # Describe ## Description This statement is used to display schema information for the specified table Grammar: DESC [FISH] [dbu name.]table name [ALL]; Explain: If ALL is specified, the schema of all indexes of the table is displayed ## example ## keyword DESCRIBE,DESC