Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:15:47 +05:30
committed by GitHub
parent 2a339a9a0d
commit 654df41825
+4 -3
View File
@@ -89,9 +89,6 @@ These components are
## DML - Data Manipulation Language 😀
### SELECT
- Retrieves certain records from one or more tables.
### INSERT
- Creates a record.
@@ -120,3 +117,7 @@ These components are
### SAVEPOINT
- 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.