SQL stands for Structured Query Language.
It allows to read and modify data through any relational DBMS.
SQL is a standard language for storing, manipulating and retrieving data in databases.
We will learn following concepts in this tutorial:
1. How to create new database.
2. How to drop database. 3. How to create new table. 4. How to drop the table.
5. How to alter the table.
2. How to drop database. 3. How to create new table. 4. How to drop the table.
5. How to alter the table.
6.How to use "not null" and "Unique" concepts inside query.
No comments:
Post a Comment