Database Developer Question:
Download Questions PDF

Tell us what are the different DML commands in SQL?

Database Developer Interview Question
Database Developer Interview Question

Answer:

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

Download Database Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what is Stored procedure?Can you tell me the ACID properties and explain?