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.cls |
|
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. |
|