InterviewSolution
Saved Bookmarks
| 1. |
Which file is created by the server to store the database attributes?(a) db.otp(b) dp.zip(c) db.opt(d) db.cls |
|
Answer» Correct option is (c) db.opt For 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. |
|