Data Manipulation Language (DML) is used to retrive, modify, and store data in a database.
Following are the Example of DML statements
Following are the Example of DML statements
- SELECT: It is used to retrive data from database. Read more about SELECT.
- INSERT
- UPDATE
- DELETE
In our next post we are going to use SELECT statement.
No comments:
Post a Comment