Data Manipulation Language (DML):
DML Statements are used for Managing Data within Schema Objects.
Exmples:
| INSERT | Insert Data into a Table Fields |
| UPDATE | Updates Existing Data within a Table Fields |
| SELECT | Retrieve Data from the Database |
| MERGE | Merge Two Field Values (Inert or Update) |
| CALL | Call a PL/SQL Program(Procedural Language for Embedded SQL to PL/SQL) |
| EXPLAIN | Access Path to Data |
| LOCK TABLE | Control Table |
| DELETE | Deletes All Records from a Table Using Conditions. |



0 comments:
Post a Comment