C-06-Q134mediumsingle_mcq
Two voter database files share name and date of birth. How can a relation between them best be made?
Two voter database files share name and date of birth. How can a relation between them best be made?
- aBy merging both files into RAM
- bBy using a common unique column (e.g. an id/NID) as primary key in one and foreign key in the other
- cBy encrypting both files
- dBy deleting the date of birth column