Answer Posted / gani
SELECT sal FROM table_name
ORDER BY sal DESC
LIMIT(99,1);
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we use having without group by in sql?
What is the use of index in sql?
What does cursor do in sql?
What does inner join mean?
Enlist the advantages of sql.
Do we need commit after truncate?
How do I run a sql trace?
What is a crud api?
Does sql*plus also have a pl/sql engine?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is trigger in pl sql with examples?
Is delete faster than truncate?
Define join and name different types of joins?
What is nvarchar in sql?
How to handle bulk data?