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 a scalar value in sql?
what is 'mysqlcheck'? : Sql dba
what are set operators in sql? : Sql dba
What do you mean by rowid?
How do temporal tables work?
What is triggering circuit?
How to get each name only once from an employee table?
What is a relationship and what are they?
What is break?
what is row? : Sql dba
What are the string functions in sql?
What is structural independence and why is it important?
Show how functions and procedures are called in a pl/sql block.
What are sql constraints?
What is integrity in sql?