-
What is abc in the following statement?
DELETE FROM Student WHERE Student_id= 0050;
-
- server name
- column name
- database name
- table name
- None of these
Correct Option: D
The ‘DELETE’ operation is being performed in the statement. The table names are ‘x’ and ‘y’. The column name is ‘col’. The rows from left join of x and y get deleted according to the condition given.