I want to delete a row from a table of MySQL database
SQL Query:
DELETE FROM students WHERE tutor_availability = student_availability;
tutor_availabilty
is contained within another table called tutors
. Possibly worth noting that I am using xampp. Wondering if anyone could help me with this?