Write a query to get last 10 records from the table.
Answer Posted / hussain
select * from emp minus select * from emp where rownum<=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is sql and also describe types of sql statements?
What is the life of an sql statement?
What are the different tcl commands in sql?
how to create a new table in mysql? : Sql dba
Which type of cursor is used to execute the dml statement?
What is fmtonly in sql?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is range partitioning?
Is there a way to automate sql execution from the command-line, batch job or shell script?
Is coalesce faster than isnull?
How do you run a query?
How do I use google cloud in sql?
What is sql in oracle?
Why we use stored procedure instead of query?
What is integrity in sql?