P

Pooja • 4.41K Points
Extraordinary

Q. To see the table structure, which of the following SQL commands is issued?

  • (A) DESCRIBE tbl_name
  • (B) VIEW tbl_name
  • (C) SELECT TABLE tbl_name
  • (D) SELECT tbl_name
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category MySQL

Explanation by: Pooja
This question asks about how to see the structure of a table in MySQL. The structure of a table refers to its columns, their data types, and other defining characteristics.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics