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 sql does db2 use?
Why we use join in sql?
Can a view be mutating? If yes, then how?
Is merge a dml statement?
What is a native sql query?
Can you rollback after commit?
What is pivot in sql?
What is recursive join in sql?
What are the triggers associated with image items?
What is difference between joins and union?
Is left join faster than join?
What is left inner join in sql?
What is dynamic query?
What is mdf ldf and ndf?
What is the process of copying data from table a to table b?