MySQL SELECT DatabaseSELECT Database is used in MySQL to select a particular database to work with. This query is used when multiple databases are available with MySQL Server. You can use SQL command USE to select a particular database. Syntax: Example: Let's take an example to use a database name "customers". It will look like this: ![]() Note: All the database names, table names and table fields name are case sensitive. You must have to use proper names while giving any SQL command.
Next TopicMySQL Show Databases
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week