InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to determine the storage engine for individual tables?(a) SHOW STATUS OF TABLE(b) SHOW STATUS TABLE(c) SHOW TABLE STATUS(d) SHOW DEFAULT STATUSI got this question at a job interview.The above asked question is from Obtaining Database Metadata in division Using SQL to Manage Data of MySQL |
|
Answer» Correct option is (C) SHOW TABLE STATUS |
|