What is the sort key of a record?
What will be an ideal response?
The sort key is the part of a record that determines the sorted order of the entire record within a collection of records. A sorting algorithm uses a sort key to order records within a collection of records.
Computer Science & Information Technology