Lucky Four SQL Parctice 5.3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Lucky Four SQL Parctice 5.3

8 people are registered for an online course, but only the first 4 of them are able to participate. Here is the Participants table: Select the first four participants from the given list. My code as below: SELECT firstname, lastname, FROM Participants LIMIT 4; The error message that comes out points at FROM. Please help.

9th May 2021, 3:20 AM
Chin Eu
Chin Eu - avatar
2 Answers
+ 1
Remove that comma after lastname
9th May 2021, 3:22 AM
Aniket kumar
Aniket kumar - avatar
0
Wow, it works! Thanks Aniket !
9th May 2021, 3:24 AM
Chin Eu
Chin Eu - avatar