USE keyword is used to select a ___________

Options
- Table
- Column
- Database
- All of above


CORRECT ANSWER : Database

Discussion Board
Food

My foodie chenall

Krishsharma 09-2-2022 01:45 PM

USE statement

The SQL USE statement is used to select any existing database in the SQL schema in the following manner:
SHOW DATABASES; to show all available databases.
USE TEST_DATABASE; to select this database



Neelam 09-11-2017 05:31 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement