InterviewSolution
Saved Bookmarks
| 1. |
The file created by the server to store the database attributes is __________(a) db.otp(b) dp.zip(c) db.opt(d) db.clsThis question was posed to me in an interview for job.I would like to ask this question from Selecting, Creating, Dropping and Altering Databases topic in portion Using SQL to Manage Data of MySQL |
|
Answer» RIGHT choice is (c) db.opt Explanation: WHENEVER a database is created in MySQL, the MySQL server CREATES a directory with the same NAME as the database. It creates the file db.opt to store the ATTRIBUTES. |
|