Whats the meaning of limit 10 in this question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whats the meaning of limit 10 in this question

7th Feb 2019, 5:50 PM
DunKirK
DunKirK - avatar
5 Answers
+ 1
This prints values limited by 10 Ex: select id from students limit 10; will prints id values from 1 to 10
8th Feb 2019, 1:03 AM
Vijay Pullela
Vijay Pullela - avatar
+ 5
Probably SQL? It means that only the ten most relevant data sets are shown. Example: select * from table1 order by size desc limit 10 => select the ten data sets with the largest size in descending order
7th Feb 2019, 5:57 PM
Anna
Anna - avatar
+ 1
Ohh tq so much my doubt is clarified
7th Feb 2019, 5:58 PM
DunKirK
DunKirK - avatar
0
lol do we get ten attempts to use telepathy to read the question? sorry i cant see any question lol
7th Feb 2019, 5:53 PM
peter
peter - avatar
0
Plse yaar
7th Feb 2019, 5:54 PM
DunKirK
DunKirK - avatar