A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answers were Sorted based on User's Feedback
Answer / intelligent
select * from emp where rownum>101 and rownum<121
| Is This Answer Correct ? | 2 Yes | 18 No |
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What does (*) mean in sql?
explain access control lists. : Sql dba
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
What is a unique key and primary key and foreign key?
what is the need of the cursor attribute notfound..(because using found attribute we can complete the task......found + negation operator = not found )
Describe the Index, Types of index, At what situation we have used? Which one s better than others?
What is a temporal data type?
How do you respond to dementia behavior?
how to write date and time literals? : Sql dba
difference between oracle 8i and oracle 9i
Which one of the following is a reason that an INSERT statement might cause an error instead of executing correctly? 1. The INSERT statement was attempting to insert a record into a view that was created from more than one table. 2. The INSERT statement was attempting to insert a record using a combination of constants and values from an existing table. 3. The INSERT statement was attempting to insert a record with a non-NULL value into a table that has that column defined as NULL. 4. The INSERT statement was attempting to insert a record into a table by selecting a record from that same table. 5. The INSERT statement was attempting to insert a record into a view rather than a table.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)