wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / lakram5455
SELECT TOP(3) * FROM emp ORDER BY EId DESC
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the purpose of Normalisation?
What is the function of inner join?
What is the difference between online clustering and Offline clustering?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Explain what you mean by 3 tier architecture.
What are the different types of backups that exist?
What is query and its types?
List out what other servers you can use with ssrs?
What do you mean by cardinality?
Explain the difference between functions and stored procedures in sql server?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
What are xml indexes?
What does it mean to invest in the index?
Explain in brief about Microsoft SQL server?
What do you mean by tablesample?