Complete the query that removes records from the staff table where salary is higher than 40000 and experience is less than 10:
DELETE FROM staff
...Complete the query that removes records from the staff table where salary is higher than 40000 and experience is less than 10:
DELETE FROM staff
...Create a free account to access the full topic