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 / sneha s
fetch the 5th record from a table of 10 records:
select * from emp limit 4,1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of user defined function?
What is efficiency data?
Which tcl commands are available on the sql server?
Difference between drill down and drill through report.
What are the advantages of stored procedure in sql server?
How do I get to sql server configuration manager?
What is optimization and its types?
Explain intellisense for query editing
How do you know if sql server is running on your local system?
What have included columns when we talk about sql server indexing?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
Can sub report data source be different from that of the parent report?
What is the dbcc command and why is it used?
How can we solve concurrency problems?
What is blocking and how would you troubleshoot it? : sql server database administration