Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Resolved: Error output received for this query (select first_name, last_name from employees;)
Error output was received for the query : select first_name, last_name from employees;
it only works if it's done this way
select first_name, last_name from employees.employees;
Is there something i am not getting right?
How can i use the same input query as in the lecture to get the same output?
2 answers ( 1 marked as helpful)
Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Found a solution. Assigned the database employee as the default schema. Thanks
Hi Arowosegbe!
Thanks for reaching out.
I am glad that you have resoled your issue! Enjoy!
Hope this helps.
Best,
Tsvetelin