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
How do you write a subquery?
Is sql a backend?
What are different types of triggers?
What is use of package in pl sql?
Explain the insert into statements in sql?
What is left join example?
What does 0 mean in sql?
Is record in pl sql?
What are local and global Indexes and where they are useful.
Explain constraints in sql?
Can we use rowid as primary key?
What is sql injection vulnerability?
Why query optimization is needed?
what is a foreign key ? : Sql dba
How can we implement rollback or commit statement in a trigger?