📚 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?
- It can view the data without storing the data into the object.
- It can hide the complexity of data.
- It restricts the access of a table so that nobody can insert the rows into the table.
- It can use DML operations on the views.
- It joins two or more tables and shows it as one object to a user.