What is Data Manipulation Language (DML) in SQL
Data manipulation language (DML) is used for inserting, deleting and updating data in a database. Performing read-only queries of data is sometimes also considered a component of DML.
The most important Data Manipulation Language (DML) statements in SQL are given bellow:
Most of the SQL Queries are common across all the database systems. We will learn more about each SQL Statements and how to use these statements in our SQL Queries in next sessions.
Data manipulation language (DML) is used for inserting, deleting and updating data in a database. Performing read-only queries of data is sometimes also considered a component of DML.
The most important Data Manipulation Language (DML) statements in SQL are given bellow:
- SELECT
- UPDATE
- DELETE
- INSERT INTO
Most of the SQL Queries are common across all the database systems. We will learn more about each SQL Statements and how to use these statements in our SQL Queries in next sessions.
0 comments:
Post a Comment