Last answered:

19 Jan 2024

Posted on:

18 Jan 2024

0

ERROR CODE 1146

When i ran the query it shows error code 1146. I also do not have a employees tab in schema how do I access that

1 answers ( 0 marked as helpful)
Instructor
Posted on:

19 Jan 2024

0

Hi Shaterra!
Thanks for reaching out.


The error code 1146 in MySQL indicates a "Table doesn't exist" issue. If you don't have an `employees` table in your schema, you'll need to either create this table with the necessary data or modify your query to use a table that does exist in your database schema.


Hope this helps.
Best,
Tsvetelin

Submit an answer