Retrieving All Columns
Alternatively, we can retrieve all the columns simultaneously from the table without explicitly naming each one. This can be done with an asterisk *
. Let's look at an example.
1SELECT * FROM country;
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 3
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Suggested prompts:
Ställ mig frågor om detta ämne
Sammanfatta detta kapitel
Visa verkliga exempel
Awesome!
Completion rate improved to 33.33
Retrieving All Columns
Svep för att visa menyn
Alternatively, we can retrieve all the columns simultaneously from the table without explicitly naming each one. This can be done with an asterisk *
. Let's look at an example.
1SELECT * FROM country;
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 3