ulhaqafif32 ulhaqafif32 18-02-2021 Computers and Technology contestada Choose the correct qurey to remove a record with names "John" in the persons table (a) Delete from persons where name="John";(b) Delete from table1 where name="John";(c) Delet from persons where name="John";(d) Delet from persons where name="Alex";