I mistakenly dropped a table in my database why trying to copy a table from one database to another using these queries
DROP TABLE IF EXISTS school.studentclasses; CREATE TABLE school.studentclasses like schooldb.studentclasses;
How do I recover it back as I don’t have a backup yet for it?
New contributor
GifftyCode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.