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
What is write ahead logging in sql server?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Is it possible to create startup or shutdown trigger for on-schema?
How can a function retun more than one value in oracle with proper example?
What is the difference between an inner join and an outer join?
What are the advantages of pl sql?
how mysql optimizes distinct? : Sql dba
How many clustered indexes can you have?
How can I see all tables in sql?
What is union and union all keyword in sql?
What is difference between pls_integer and integer?
What is data modelling in sql?
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
What are the advantages of sql?
What is a unique key and primary key and foreign key?