Term of the Moment

DBMS


Look Up Another Term


Redirected from: sort field

Definition: sort key


A field or fields in a record that dictate the sequence of the file. For example, the sort keys STATE and NAME arrange the file alphabetically by name within state. STATE is the major sort key, and NAME is the minor key.