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


Please Help Members By Posting Answers For Below Questions

What is pivot and unpivot?

775


Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?

735


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

666


How is sql used in sql server?

672


List out the different types of locks available in sql server?

714






How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

764


What are advantages of ssrs or why we should use ssrs?

117


What is a primary key?

694


Explain transaction server consistency?

686


How to retrieve field values using mssql_result()?

808


What is cdc in sql server?

738


How except clause is differs from not in clause?

701


What stored by the master?

716


Where is trigger in sql server?

721


Can one drop a column from a table?

752