how to retrive only second row from table?

Answer Posted / m

IN Mysql we can do like this,
in that number starts from 0 so first parameter show
after LIMIT is row no. means here second row
and next 1 for limit that how many records do u want
to show. it means 1 record.


SELECT *
FROM `student_info`
LIMIT 1 , 1;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a schema? How is it useful in sql servers?

797


How many parts of a pl sql block are optional?

713


What is the difference between null value, zero, and blank space?

768


What are the different types of sql commands?

786


Are stored procedures faster than queries?

698






What are packages in pl sql and also explain its advantages?

710


Is inner join faster than left join?

876


What are the different schemas objects that can be created using pl/sql?

729


Is like operator in sql case sensitive?

735


How to process query result in pl/sql?

773


Is hadoop a nosql?

745


What are the uses of merge?

896


does sql support programming? : Sql dba

797


What is full form of rtm?

724


How many functions are there in sql?

724