Database Developer Question:

Tell us what are the different DML commands in SQL?

Tweet Share WhatsApp

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 PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Explain me what is Stored procedure?Can you tell me the ACID properties and explain?