InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to determine the storage engine for individual tables?(a) SHOW TABLE STATUS(b) SHOW DEFAULT STATUS(c) SHOW STATUS OF TABLE(d) SHOW STATUS TABLEThis question was addressed to me in an interview for job.My question is taken from Writing Clients That Include SSL Support in portion MySQL Programs Using C of MySQL |
|
Answer» Right choice is (a) SHOW TABLE STATUS |
|