Q. DML stands for?
Solution:
- Data Manipulation Language (DML) is a subset of SQL (Structured Query Language) used for managing and manipulating data within a database.
- DML commands are essential for interacting with data, allowing users to retrieve, insert, update, and delete data in database tables.
- SELECT: Retrieve data from one or more tables.
- INSERT:Add new records to a table.
- UPDATE: Modify existing records in a table.
- DELETE:Remove existing records from a table.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.