Which one of the following provides the ability to query information from the database and to insert tulpes into, delete tulpes from, and modify tulpes in the database
Answers
Answered by
0
The capability to query information from a database, as well as to insert, delete, and modify tuples (or records) in the database, is provided by a Structured Query Language (SQL). SQL is a standard language for interacting with databases, and is used to perform various database operations, including data retrieval, insertion, modification, and deletion.
Similar questions