InterviewSolution
Saved Bookmarks
| 1. |
Write MySQL command that will be used to open an already exiting database "CONTACTS". |
|
Answer» USE CONTACTS; |
|