Monday, 29 April 2013

3-5-3 SQL

SQL- Structured Query Language: query database, e.g.SELECT

DDL- Data Definition Language: use to create the database structure- it defines which attributed belong in which table e.g.CREATE, GRANT, DROP
DML- Data Manipulation Language: used to add and manipulate the data once the database structure has been created e.g.DELETE, INSERT INTO, UPDATE

No comments:

Post a Comment