Database Developer Question:
Download Job Interview Questions and Answers PDF
Tell us what are the different DML commands in SQL?
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
☛ 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 Question | Next Question |
Explain me what is Stored procedure? | Can you tell me the ACID properties and explain? |