error code: 1051
DROP TABLE IF EXISTS emp_manager 0 row(s) affected, 1 warning(s): 1051 Unknown table 'employees.emp_manager'
I keep getting this error when I write the Drop cede:
DROP TABLE IF EXISTS emp_manager;
1 answers ( 0 marked as helpful)
Hi Kareem!
Thanks for reaching out.
The error message you provided indicates that the table 'emp_manager' in the 'employees' database doesn't exist. Make sure you have the correct table name and database.
Hope this helps.
Best,
Tsvetelin