Write a query to get last 10 records from the table.
Answer Posted / l meher
select * from emp minus select * from emp where rownum<=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
what are the authentication modes in sql server? How can it be changed? : Sql dba
What is a common use of group by in sql?
Is sql procedural language?
what are the different type of sql's statements ? : Sql dba
How to execute a stored procedure?
What is AUTH_ID and AUTH_USER in pl/sql ?
Is sql injection illegal?
Why commit is not used in triggers?
how to use myisamchk to check or repair myisam tables? : Sql dba
What is the difference among union, minus and intersect?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Which is faster view or stored procedure?
What is sp_helptext?
what is innodb? : Sql dba
Why is sharding used?