Answer Posted / yogendra
select top 1 * from (select top 3 * from
cmdview_expertmaster order by expid) q order by expid desc
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Write a sql query to find the names of employees that begin with ‘a’?
What will you get by the cursor attribute sql%rowcount?
how many columns can be used for creating index? : Sql dba
Can we change the table name in sql?
Why cross join is used?
What is nosql db?
What are properties of the transaction?
Define SQL and state the differences between SQL and other conventional programming Languages?
Can a primary key be a foreign key?
What is rtm stands for?
How many columns should be in an index?
What is rownum and rowid?
Is a foreign key always unique?
What is composite primary key in sql?
what is a materialized view? : Sql dba