Menu

Thursday, 19 December 2013

SQL Brief Description

SQL is structure query language which is includes storing,manipulating,retrieving data  stored in relational database.
Dr. E.F. Ted  of +IBM  is the father of relational database which described relational model for databases.
                                                                         
SQL Process Diagram


Sql Command 
Insert Inserting records in table.
Delete  deleting table’s data from table.
Select fetching data from table.
Update Editing records in table.
Create Create a New Table in database.
Drop Delete a entire table.

No comments: