InterviewSolution
Saved Bookmarks
| 1. |
How can I use my SQL? |
|
Answer» CREATING a DATABASE in MySQL doesn't SELECT it for use. You have to INDICATE it with the USE COMMAND. The USE command is also used when you have more than one database on a MySQL server and need to switch between them. |
|