We can not remove a row from view, if it contains
-
Group functions
-
Group by clause
-
Distinct keyword
-
All of above
D
Correct answer
Explanation
Views cannot be used for DELETE if they contain GROUP BY, DISTINCT, or group functions (aggregate functions like COUNT, SUM). These constructs create derived/aggregate data that cannot be mapped back to individual rows.