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
How would you pass hints to the sql processor?
how to start mysql server? : Sql dba
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Explain polymorphism in pl/sql.
What are tables and fields?
what is a database? : Sql dba
what is row? : Sql dba
What is sql table?
What is the difference between cluster and non-cluster index?
What is acid property in a database?
what is oltp (online transaction processing)? : Sql dba
Does a primary key have to be a number?
How many developers work on postgresql?
Can there be more than one function with a similar name in a pl/sql block?
how to select unique records from a table? : Sql dba