0
(Solved)No table name "food", please help me
No database ?????????
10 odpowiedzi
+ 1
Try to create new Food table with the same values.
And after this use select operator.
+ 2
Ratna13 First you need to create a database and then insert Tables named food or whatever into that database otherwise if you prompt to Show tables/database ,an error message will be displayed .
Btw please Make your Question more specific and Post your Sql commands for receiving better help .
Read this lessons and Comments especially(coz SL teaches to Show databases and tables without teaching how to create it , So give attention to the comments) :
https://www.sololearn.com/learn/SQL/1850/
+ 1
Привет, при решении данного задания у меня возникла та же проблема. Похоже, что таблица Food отсутствует, но данную проблему можно обойти следующим образом:
1. Нужно создать таблицу Food;
2. Наполнить данную таблицу значениями с картинки задания;
3. Выполнить запрос для создания выборки.
Если таблица создана и заполнена корректно, а также написан правильный запрос, то задание можно считать выполненным.
0
can you please elaborate your question
0
Error : Relation "food" doesn't exist
Line 1 : select *from food;
^
Based on practice 6.2, the name of table "food"
0
give a space between * from
0
It doesn't change anything
0
Thank you 🙏🙏🙏, I'll try it