How to Select 38th row details in table without using rownum ?

Answer Posted / sandipan4allinterview

select * from Table where
(select row(MIN) from Table where
(select top 38 * from Table))


NOTE: This is without using the keyword "rownum" as mentioned in questions..

Code as SQL Server

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

NZE-28890: Entrust Login Failed

1414


ORA-16516: The current state is invalid for the attempted operation.

8090


RMAN-05017: no copy of datafile number found to recover

1894


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2323


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

2634






IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1247


IMP-00070: Lob definitions in dump file are inconsistent with database.

1295


ORA-26094: stream format error: input column overflow

2264


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2867


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2310


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2296


ORA-26082: load of overlapping segments on table string.string is not allowed

1386


ORA-26032: index string.string loading aborted after string keys

1662


ORA-26076: cannot set or reset value after direct path structure is allocated

1487


NZE-28868: Peer certificate chain check failed.

2274