📚 Practice Mode

Structured Query Language (GATE - CS)

Learn at your own pace with hints and detailed explanations

1 / 15
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.