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. Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is the correct answer as it cannot use DML operations on the views.