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
how do you know if your mysql server is alive? : Sql dba
Can we use joins in subquery?
What are its different types of dbms?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What is ttitle and btitle?
What is the benefit of foreign key?
What is raid? How does it help storage of databases?
Is sql low level language?
How does a covering index work?
What is difference between table and view?
Define union, minus, union all, intersect ?
how to dump a table to a file with 'mysqldump'? : Sql dba
Can we create foreign key without primary key?
Does sql use python?
Does access use sql?