

MCQOPTIONS
Saved Bookmarks
1. |
To see the table structure which command is issued? |
A. | VIEW tbl_name; |
B. | SELECT TABLE tbl_name; |
C. | SELECT tbl_name; |
D. | DESCRIBE tbl_name; |
Answer» E. | |