0
Whats the meaning of limit 10 in this question
5 Answers
+ 1
This prints values limited by 10
Ex: select id from students limit 10; will prints id values from 1 to 10
+ 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
+ 1
Ohh tq so much my doubt is clarified
0
lol do we get ten attempts to use telepathy to read the question? sorry i cant see any question lol
0
Plse yaar