SQL Use

The Tutorial illustrate an example from 'SQL Use'. To understand and grasp the 'SQL Use' we create a database 'komal' using create database keyword.

SQL Use

SQL Use

     

SQL Use Query is used to see the tables in database.

Understand with Example

The Tutorial illustrate an example from 'SQL Use'. To understand and grasp the 'SQL Use' we create a database 'komal' using create database keyword.

 

 

 

Create Database:

Create database komal;

Use Database:

To create and show tables in the database 'komal', we use a query 'use komal'. 

mysql> use komal
Database changed