how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?
Answer Posted / ashim pal
set rowcount 5
select * from table_name
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
How to filter records of table in SQL SERVER?
Explain alternate key, candidate key and composite key in sql server?
Why we should not use triggers?
application server is slow what may be the problem
Please differentiate between a local and a global temporary table?
What are the advantages of sql stored procedure?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
Write a program using SQL queries to find a unique entry in a table.
What is a livelock?
What is federation member?
Describe triggers features and limitations?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How to create a ddl trigger using "create trigger" statements?
Explain the working of sql privileges?
How you can get the list of largest tables in a database?