Quiz 4 Flashcards
Which of the following is NOT a guideline for adding fields to a database table?
Link tables using foreign keys
An example of a ________ field is a field for sales associates’ bonus–.05 multiplied by quarterly sales.
Calculated
Storing the date of birth of clinic patients should be a ________ field
Constant
wo or more tables that contain duplicate data are an example of:
Data redundancy
Which of the following is NOT a way to create a table in Access
Typing a field name in a row in design view
Which of the following is FALSE about CamelCase notation
Field names should include spaces when the name is more than one word.
The value in a field with the ________ data type will be automatically increased each time a new record is entered
Auto number
Sarah is working in a database that stores resort vacation information. She needs to design a field that will allow a user to link to a Web page. Sarah should apply a(n) ________ type.
Hyperlink
Jose is working on a database that stores stock information. He needs to design a field that will allow a user to connect to a graph created in Excel. Jose should apply a(n) ________ data type.
OLE Object
The maximum size of the ________ data type is ________ characters
Short text 255
Which field property type should be used to enter a predefined value into a field when most of the records will have the same value?
Default Value
Referential integrity should be enforced in a database with related tables because it
helps ensure invalid data is not entered into a table.
The ________ group on the External Data tab has options that you can use to send a portion of a database to other applications.
Export
Which of the following statements is TRUE about how Access and Excel share data?
Access can import data from Excel, and export data to Excel.
If data from an Excel worksheet is imported into Access and no column headings exist, the data will import using
Field1, Field2, Field3, etc.