unit 3
unit 3
unit 3
DDL (Data Definition Language):.DDL or Data Definition Language actually consists of the
SQL commands that can be used to define the database schema.
DDL is a set of SQL commands used to create, modify, and delete database structures but not
data. These commands are normally not used by a general user, who should be accessing the
database via an application.
database old_table_name TO
new_table_name;
DML(Data Manipulation Language):.The SQL commands that deal with the manipulation
of data present in the database belong to DML or Data Manipulation Language and this includes
most of the SQL statements.
It is the component of the SQL statement that controls access to data and to the database.
Basically, DCL statements are grouped with DML statements.
database table
LOCK Table control LOCK TABLE table_name IN lock_mode;
concurrency
CALL Call a PL/SQL or CALL procedure_name(arguments);
JAVA subprogram
EXPLAIN Describe the access EXPLAIN PLAN FOR SELECT * FROM