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 an alias command?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Can you inner join the same table?
What is out parameter used for eventhough return statement can also be used in pl/sql?
List and explain the different types of join clauses supported in ansi-standard sql?
What does dml mean?
What are the built in functions of sql?
What is the difference between truncate and drop statements?
how to convert numeric values to character strings? : Sql dba
What is sql keyword?
what are the advantages a stored procedure? : Sql dba
Does postgresql run on the cloud?
How does postgresql compare to oracle/db2/ms sql server/informix?
What is the maximum size of sqlite database?
Why is a primary key important?