mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -89,9 +89,6 @@ These components are −
|
|||||||
|
|
||||||
## DML - Data Manipulation Language 😀
|
## DML - Data Manipulation Language 😀
|
||||||
|
|
||||||
### SELECT
|
|
||||||
- Retrieves certain records from one or more tables.
|
|
||||||
|
|
||||||
### INSERT
|
### INSERT
|
||||||
- Creates a record.
|
- Creates a record.
|
||||||
|
|
||||||
@@ -120,3 +117,7 @@ These components are −
|
|||||||
### SAVEPOINT
|
### SAVEPOINT
|
||||||
- Roll the transaction back to a certain point without rolling back the entire transaction.
|
- Roll the transaction back to a certain point without rolling back the entire transaction.
|
||||||
|
|
||||||
|
## Data Query Language 😀
|
||||||
|
|
||||||
|
### SELECT
|
||||||
|
- select the attribute based on the condition described by WHERE clause.
|
||||||
|
|||||||
Reference in New Issue
Block a user