Press "Enter" to skip to content

Posts tagged as “mysql delete query”

How to delete record data from another table id – MySQL

0

Lets take an example that we have two table one have record of students and other have id which have to delete in table 1, so we write query like this:- DELETE FROM table_1 WHERE…