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 the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
Is sql a backend language?
What is the trigger in sql?
Is trigger a stored procedure?
How to call shell script from pl sql procedure?
What are the types of join and explain each?
Can we create a trigger on view?
Does truncate free space?
how to create a new view in mysql? : Sql dba
What is rollback?
What does the acronym acid stand for in database management?
Does oracle roll back the transaction on an error?
How many types of triggers are there in pl sql?
Is pl sql a programming language?
How do I save a sql query?