Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

mySQL delete rows where condition is primary key = something

So I have a Event table where event Id is primary key, and Ticket Table has a foreign key of event Id. I want to delete a certain row in Event table and Ticket table where event Id equal something, what will the command be

Comments