DML (Data Manipulation Language):-
It is used to extract, Insert, Update and Delete the data in database.
Select : Extract data from a table.
Insert : Insets data into a table.
Update : Updates existing data from table.
Delete : Deletes data from table.
No comments:
Post a Comment