Saved Bookmarks
| 1. |
Q create a Rdms for a library which includes the tables students ,book ,authors ,types and transactions. |
|
Answer» The SQL data manipulation language (DML) is USED to query and modify database data. In this chapter, we will describe how to use the SELECT, INSERT, UPDATE, and DELETE SQL DML COMMAND statements, defined below. SELECT – to query data in the database INSERT – to insert data into a table UPDATE – to update data in a table DELETE – to delete data from a table |
|