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)
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