Diferentiate between DDL and DML command
Answers
Answered by
1
Answer:
DDL is Data definition Language which is used to define data.. eg. ALTER, CREATE
DML is Data manipulating language which is used to manipulate the data... eg. UPDATE, DELETE.
HOPE IT HELPS UHH
Answered by
1
Explanation:
°°°DDL stands for data definition language it is used to define the structure of database .
- Drop
- Truncate
- Rename
- Create
- Alter
°°°DML stands for data manipulation language it is used for menu plate the data in a database when it is created.
- Select
- Insert
- Delete
Similar questions