Table scan

A table scan, or sequential access path, uses the order of rows as they are stored in the table to locate data that is specified in a query. Processing tables using the table scan is similar to processing sequential or direct files on traditional systems.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]