Last answered:

29 Jan 2024

Posted on:

28 Jan 2024

0

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)
Instructor
Posted on:

29 Jan 2024

0

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

Submit an answer