InterviewSolution
Saved Bookmarks
| 1. |
List the functions of SQL? |
|
Answer» Functions performed using SQL are listed below: 1. Executes queries against a database. 2. Retrieves data from database. 3. Inserts and updates records in a database 4. Delete records from database. 5. Creates new databases and new tables in a database. |
|