4-Simple SQL Queries
4-Simple SQL Queries
(Source: http://www.sqlcourse.com/intro.html)
SUMMARY OF SQL STATEMENTS
Source:
http://www.orafaq.com/faq/what_are_the_difference_between_ddl_dml_and_dcl_commands
DDL
Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples:
DML
Data Manipulation Language (DML) statements are used for managing data within schema objects. Some examples:
DCL
Data Control Language (DCL) statements. Some examples:
TCL
Transaction Control (TCL) statements are used to manage the changes made by DML statements. It allows
statements to be grouped together into logical transactions.