A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / gourav
SELECT * FROM EMPLOYEES
WHERE EMPLOYEE_ID BETWEEN 120 AND 150;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what is the difference between cluster and non cluster index? : Sql dba
Is postgresql a server?
What is a clob in sql?
What are the syntax and use of the coalesce function?
What does rownum mean in sql?
Can we create foreign key without primary key?
Is sql better than access?
Can %notfound return null after a fetch?
What is data type in database?
What is pl/sql table? Why it is used?
Can we write ddl statements in functions?
How is indexing done in search engines?
what are date and time intervals? : Sql dba
How many types of triggers exist in pl/sql?
What are the set operators in sql?