Which of the following is NOT true regarding foreign keys?
A) The AutoNumber data type is typically used for foreign key fields.
B) A foreign key is a field in a table that stores a value that is the primary key in another table.
C) It is called foreign because it identifies a record in another table.
D) Foreign keys do not need to be unique in the table.
A
You might also like to view...
Which of the following shortcut keys should not be used in Windows applications that have an EDIT menu for menu items not on the EDIT menu?
A. Ctrl+X B. Ctrl+Q C. Ctrl+V D. both a and c
All of the following statements are true about creating a database except:
What will be an ideal response?
Which following search mode toggles behavior based on the type of search being run?
A) Smart B) Fast C) Verbose
How many elements will a two-dimensional array with 4 rows and 5 columns contain?
A. 9 B. 12 C. 18 D. 20