Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:09:42 +05:30
committed by GitHub
parent ba89a8ad03
commit 22907629df
+12
View File
@@ -85,3 +85,15 @@ These components are
- Deletes an entire table, a view of a table or other objects in the database.
## DML - Data Manipulation Language 😀
### SELECT
- Retrieves certain records from one or more tables.
### INSERT
- Creates a record.
### UPDATE
= Modifies records.
### DELETE
- Deletes records.