1.

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
Answer» B. VIEW tbl_name


Discussion

No Comment Found