Multiple choice technology programming languages

The retrievable data of all records in a file lies in

  1. TABLE A

  2. TABLE B

  3. TABLE C

  4. TABLE D

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

TABLE B contains all retrievable data fields for records in the file. Table A only has hash codes for lookup, Table C handles overflow, and Table D has statistics. All actual field data that queries access lives in Table B.