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 is difference between view and materialized view?
What is update locks?
Why do we backup Active Directory ?
How to how to convert numeric expression data types using the convert() function??
How to delete existing rows in a table?
What is 2nf normalization form?
What is Sqlpaging in SqlServer 2005 ?
What is bcp? When does it used?
What is service broker?
How to copy the tables, schema and views from one sql server to another?
What is the difference between rank and dense_rank?
What is database architecture? : SQL Server Architecture
what is hash nonclustered index
How to convert a numeric expression from one data type to another?
What do you understand by mirroring?