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;
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 3
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 33.33
Retrieving All Columns
Veeg om het menu te tonen
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;
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 3