Saturday, 24 August 2013


SQL Tutorial

Collection of organized data called as DATABASE. When we define, create, query and update the database through software then that system known as “Database Management System” or “DBMS”.  When we want to manage all this things through programming language then we use “SQL” or “Structured Programming Language”.
SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F. Boyce.


Whenever you want to build or destroy or altered any structure of database object at that time whatever SQL commands we follow those are inside of Data Definition Language’s scope.


1. Create – It will create an object in database.
2. Alter – It will alter required object in database.

3. Drop – It will destroy the whole structure of an object in database.

To know more about the SQL tutorial please visit our TUTORIAL HERE...