Structured Query Language (GATE - CS)

Casual Mode - Take your time!

1 / 15
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following statements is not correct about SQL view?

  1. It can view the data without storing the data into the object.
  2. It can hide the complexity of data.
  3. It restricts the access of a table so that nobody can insert the rows into the table.
  4. It can use DML operations on the views.
  5. It joins two or more tables and shows it as one object to a user.
Change Mode