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
What are the basic sql commands?
What are the different dml commands in sql?
Does postgresql run on the cloud?
How do you write an index?
What are the different types of tables in sql?
What do you mean by table in sql?
What are the two types of exceptions.
How many times can we commit in a loop?
What is structural independence and why is it important?
What is exception? What are the types of exceptions?
What do you mean by query optimization?
How many sql commands are there?
What is informix sql?
what is isam? : Sql dba
What is delimiter sql?