DELETE FROM Student WHERE Student_id= 0050;
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.
Previous Question Next Question
Your comments will be displayed only after manual approval.