explain dml with some examplesdml - data


Explain DML with some examples?

DML - Data Manipulation Language: statements used for managing data within schema objects. Some examples:
• SELECT - retrieve data from the a database
• INSERT - insert data into a table
• UPDATE - updates existing data within a table
• DELETE - deletes all records from a table, the space for the records remain
• MERGE - UPSERT operation (insert or update)
• CALL - call a PL/SQL or Java subprogram
• EXPLAIN PLAN - explain access path to data

 

 

Request for Solution File

Ask an Expert for Answer!!
Database Management System: explain dml with some examplesdml - data
Reference No:- TGS0282712

Expected delivery within 24 Hours