Computer Science, asked by TheLukan, 9 months ago

 Which view is used to create the structure of the table?​

Answers

Answered by kartiktiwari79
7

Explanation:

The structure of a table can be viewed using the DESCRIBE TABLE_NAME command. - Provides a description of the specified table or view. For a list of tables in the current schema, use the Show Tables command. - For a list of views in the current schema, use the Show Views command.

Similar questions