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 |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: SQL Use
Post your Comment