C-06-Q033mediumsingle_mcq
Why is an 'id' column with auto increment commonly added when no suitable primary key exists?
Why is an 'id' column with auto increment commonly added when no suitable primary key exists?
- aTo store the student's name
- bTo give each row a unique numeric value handled automatically by the database
- cTo encrypt the records
- dTo create a foreign key