View structure

DESC TABLE target_table

Description

View the table structure

Arguments

Table target_table

The table you want to view the structure on.

Examples

Example 1

This command will view the table structure of the users table.

DESC users;