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
Mention the different types of triggers?
How to manipulate data from one table to another table ?
What are the functions in sql server?
What is a file group?
What is clustered primary key?
What is the purpose of indexing?
What is filtered index?
What is an active database?
List all types of constraints in sql server?
What is the default order of an order by clause?
What is the purpose of update statistics and scope_identity() function?
What is database black box testing?
What is the filtered index?
What happens on checkpoint?
Can you always create a cache of a report?