A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / gourav josih
select *from employees
where employee_id between 120 and 150;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you clear the screen in sql?
What language is oracle sql developer?
How do you select unique values in sql?
What is difference between procedure and trigger?
Is primary key always clustered index?
What trigger means?
what is an extent ? : Sql dba
how can we find the number of rows in a table using mysql? : Sql dba
What is sql clause?
What are all the ddl commands?
Why select is used in sql?
Name the different types of indexes in sql and define them.
Name the operator which is used in the query for pattern matching?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is the purpose of the primary key?