Which Of The Following Statement Can Be Used To Delete Rows #426
Which of the following statement can be used to delete rows from a view?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Data Types, Views and Injection - SQL Views - Quiz No.1.
Which of the following statement can be used to delete rows from a view?
DELETE FROM View_name FROM Table_name WHERE condition;
DELETE FROM View_name WHERE condition;
DROP FROM View_name FROM table_name WHERE condition;
DROP FROM View_name WHERE condition;