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 / anup kumar pandey

There are two methods
1> select top 1(name) from anuppandey
or
2>select top 5o percent name from anuppandey

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are clustered and non-clustered index?

547


What is the difference between Normalization and De-normalization?

560


What type of locking occurs during the snapshot generation? : sql server replication

862


Mention the differences between local and global temporary tables.

564


What is deploy, process and build? : sql server analysis services, ssas

570






Explain what are the basic functions for master, msdb, model, tempdb databases?

524


What happens if null values are involved in bitwise operations?

603


How many full-text indexes can a table have?

551


Explain how you can deploy an SSRS report?

106


How to start and end transact-sql statements?

582


How to replace null values in expressions using isnull()?

645


How to transfer an existing table from one schema to another schema in ms sql server?

509


what is memory-optimized nonclustered indexes

557


How adventureworkslt tables are related?

531


How to perform key word search in tables?

528