4.2 practice SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

30th Dec 2020, 3:18 AM
Cielo Ramírez
Cielo Ramírez - avatar
4 Answers
+ 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 .....
30th Dec 2020, 3:33 AM
Alphin K Sajan
Alphin K Sajan - avatar
+ 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.
30th Dec 2020, 4:08 AM
A͢J
A͢J - avatar
0
Thank you very much for your help🙏🏼
30th Dec 2020, 6:22 AM
Cielo Ramírez
Cielo Ramírez - avatar
0
I need help with this exercise
27th Jan 2021, 6:57 AM
ivan ortiz
ivan ortiz - avatar