

InterviewSolution
Saved Bookmarks
1. |
Which of the following operation is used to switch to new database mydb?(a) use dbs(b) use db(c) use mydb(d) use mydbs |
Answer» Right option is (c) use mydb The best explanation: .Confirm that your session has the mydb database as context, by checking the value of the db object, which returns the name of the current database. |
|