Tell us what are the different DML commands in SQL?

Submitted by: Muhammad
DML commands are used for managing data present in the database.

☛ SELECT: To select specific data from a database
☛ INSERT: To insert new records into a table
☛ UPDATE: To update existing records
☛ DELETE: To delete existing records from a table
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers