-
-
How to display nth highest record in a table for example ?
Select salary from tablename order by desc limt 4;
-
Using Table Index
Is it required to use Index when the MySQL table has only 100 rows? Justify your answer
-
Select salary from tablename order by desc limt 4;
Is it required to use Index when the MySQL table has only 100 rows? Justify your answer
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.
Ans