TechnoLearnAcademy

TECHNOLEARN

SQL SELECT DATABASE

To select the DATABASE, we will use the USE command.

Syntax:      

               USE databaseName

Example:

   Objective: In this example, we will show how to access the database. In order to access the database use USE                                         command.
                     USE DBTechno;
Note:  It is mandatory to select the appropriate database Before accessing any table from the database.
Scroll to Top