Write a query to get last 10 records from the table.
Answer Posted / v.siva ramudu
SELECT CNUM,FNAME, DEPTNO
FROM COMPANY
WHERE CNUM <= 10;
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
What is full join in sql?
What is the difference between count 1 and count (*) in a sql query?
How many sectors are in a partition?
How do rank () and dense_rank () differ?
Can procedure in package be overloaded?
How do I find duplicates in sql?
Is stored procedure faster than query?
Can sql function call stored procedure?
What is sql key?
What is the sql*loader? : aql loader
What are the uses of sysdate and user keywords?
Which function is used to return remainder in a division operator in sql?
How do I start pl sql?
What is a mutating table and a constraining table?
What is dml with example?