1.

What are various DML commands in SQL? Give brief description of their purposes.

Answer»

Following are various DML or Data Manipulation Language commands in SQL −

  • SELECT − it retrieves certain records from one or more tables.

  • INSERT − it creates a record.

  • UPDATE − it modifies records.

  • DELETE − it deletes records.



Discussion

No Comment Found