how to get 25th row in any table in sqlserver can u tell me
syntax
Answer Posted / sujitha
For Example TableName: Employee. Employee Have The
Following Fields.
Emp_No ( Identity Value)
Emp_Name
Designation
Select Top 1 * From Employee Where Emp_No Not in(Select
Top 24 Emp_No From Employee)
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain Geometry datatype in sql server 2008 with example
Explain how dts is used to extract, transform and consolidate data?
What sql server means?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
What is the function of inner join?
how many clustered indexes can be created on a table? : Sql server database administration
What is SQL Server?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
How connect excel to sql server?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
Can an automatic recovery be initiated by a user?
What happens if the update subquery returns no rows in ms sql server?
How check triggers in sql server?
How do I schedule a sql server profiler trace?
How to receive output values from stored procedures?