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 an index?
What are all ddl commands?
Which language is used in sql?
what is text? : Sql dba
What is an invalid partition table?
Are sql database names case sensitive?
Where do we use pl sql?
What is synchronized subquery?
Does a primary key have to be a number?
What is the difference between left outer join and left join?
How do you optimize a query?
What is the difference between clustered and non-clustered index in sql?
What is substitution variable in pl sql?
How do I order columns in sql?
how to add a new column to an existing table in mysql? : Sql dba