Answers

Question and Answer:

  Home  Database Developer

⟩ Tell us what are the different DML commands in SQL?

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

 183 views

More Questions for you: