How Switch (select or use) to a database.



How Switch (select or use) to a database...

Answer / Kavita Chaudhary

To switch or select a database in MySQL, you can use the `USE` command. Here's an example:nn```sqlnUSE your_database_name;n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Is mysqli faster than mysql?

1 Answers  


Why mongodb is faster than mysql?

1 Answers  


Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?

1 Answers  


How to delete a database from mysql server.

1 Answers  


What is the maximum length of a table name, a database name, or a field name in MySQL?

4 Answers  


What is sql vs mysql?

1 Answers  


What is longblob in mysql?

1 Answers  


What is the purpose of using a heap table?

1 Answers  


Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command

5 Answers   Amdocs, MediaSoft,


Where is mysql password stored?

1 Answers  


Explain MySQL locks?

1 Answers  


What is a delimiter in mysql?

1 Answers  


Categories