Enterprise Java Development@TOPIC@

Chapter 3. Table Access

3.1. Full Table Scan
3.1.1. Full Table Scan: Unconstrained Access
3.1.2. Full Table Scan: Using Where (without Index)
3.1.3. RowId Scan: Using Where (with Index)
3.1.4. Full Table Scan: Invalidating Index using Function applied to Row Column
3.1.5. RowId Scan: Using Index with Function applied to Row Column
3.1.6. Full Table Scan: Invalidating Index by using Leading Wildcards
3.2. Order By
3.2.1. Order By using Sort
3.2.2. Order By using Index
3.2.3. Order By using Index DESC
3.2.4. Order By using Reverse Index DESC
3.3. Summary

Database engine derives all information from the table directly from the physical storage location for the table. Table storage is not arranged in any guaranteed order.

Order returned results by one or more columns