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
(a) use dbs
(b) use db
(c) use mydb
(d) use mydbs
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.