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:
@@ -85,3 +85,15 @@ These components are −
|
|||||||
- Deletes an entire table, a view of a table or other objects in the database.
|
- Deletes an entire table, a view of a table or other objects in the database.
|
||||||
|
|
||||||
## DML - Data Manipulation Language 😀
|
## DML - Data Manipulation Language 😀
|
||||||
|
|
||||||
|
### SELECT
|
||||||
|
- Retrieves certain records from one or more tables.
|
||||||
|
|
||||||
|
### INSERT
|
||||||
|
- Creates a record.
|
||||||
|
|
||||||
|
### UPDATE
|
||||||
|
= Modifies records.
|
||||||
|
|
||||||
|
### DELETE
|
||||||
|
- Deletes records.
|
||||||
|
|||||||
Reference in New Issue
Block a user