0
4.2 practice SQL
I am doing this exercise and the query that I'm doing is correct but it tells that the table does not exist, when the problem says how the table is called.
4 Antworten
+ 2
You need to create the table first in any database and then use the database and then Show tables , otherwise it shows table does not exist.
Sololearn Sql doesn't clearly tells how to create tables .
So check this : https://www.w3schools.com/sql/sql_create_table.asp
And DIY , this challenges and projects are made to test users understanding and knowledge , So Try it .
Post your Sql statements here if you want help with the code .
hope that helps .....
+ 3
Cielo Yulinetd Ramírez Farías
I think you are missing something in table name or you are taking wrong table name.
Share your query.
0
Thank you very much for your help🙏🏼
0
I need help with this exercise