DML (Data Manipulation Language) : SELECT - Select Records From A Table INSERT - Insert New Records
DML (Data Manipulation Language) : SELECT - Select Records From A Table INSERT - Insert New Records
and TCL. Using these statements, we can define the structure of a database by creating
and altering database objects and we can manipulate data in a table through updates
or deletions. We also can control which user can read/write data or manage transactions
to create a single unit of work.
The four main categories of SQL statements are as follows:
1. DML (Data Manipulation Language)
2. DDL (Data Definition Language)
3. DCL (Data Control Language)
4. TCL (Transaction Control Language)