Questions:Ask|Latest



SQL Use
Posted on: January 23, 2009 By Deepak Kumar
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 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

Recommend the tutorial

Ask Questions?    Discuss: SQL Use  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 
Comments