188k views
2 votes
Each of the following is a benefit provided by using views except for one. Which one is it? Group of answer choices a) You can use views to restrict access to the tables in your database to certain rows. b) You can code views that join tables. c) Views can be used to hide the complexity of retrieval operations. d) Views can be used to update multiple tables with a single statement.

1 Answer

5 votes

Answer:

The answer to this question can be given as:

In this question the option b,c, and d are correct.

Explanation:

A (DBMS) stands for a database management system. The DBMS is a software package that is used for crate, update, and delete. The database uses the SQL which stands for the structured query language. It is a programming language that uses the queries. These queries are used to providing many operations in the database like crate table, update table, join table, create a view of the table, etc. In the database, we can view the code of the join table and is also used to hide the complexity of retrieval operations, it can help in the update the table in a single statement.

User Payel Dutta
by
5.5k points