Q. In this form, a single record may appear in multiple rows in the form window in order to fully display the field name label and data.

  • (A) Columnar
  • (B) Justified
  • (C) Tabular
  • (D) Datasheet
πŸ’¬ Discuss
βœ… Correct Answer: (B) Justified

Q. In a database table, the category of information is called _________

  • (A) Tuple
  • (B) Field
  • (C) Record
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Field

Q. Two tables can be linked with relationship so that the data integrity can be enforced. Where can you find Relationship Command?

  • (A) Database Tab
  • (B) External Data Tab
  • (C) Create Tab
  • (D) Home Tab
πŸ’¬ Discuss
βœ… Correct Answer: (A) Database Tab

Q. The size of Yes No field is always

  • (A) 1 GB
  • (B) 1 character
  • (C) 1 byte
  • (D) 1 bit
πŸ’¬ Discuss
βœ… Correct Answer: (D) 1 bit

Q. How can you define a field so that when entering data for that field it will display ****** instead of actual typed text

  • (A) Indexed
  • (B) IME Mode
  • (C) Input mask
  • (D) Validation Rule
πŸ’¬ Discuss
βœ… Correct Answer: (C) Input mask

Q. Which field type will you select when creating a new table if you require to enter long text in that field?

  • (A) Hyperlink
  • (B) Currency
  • (C) Memo
  • (D) Text
πŸ’¬ Discuss
βœ… Correct Answer: (C) Memo

Q. This option allows you to build a new table by entering data directly into the datasheet.

  • (A) Datasheet view
  • (B) Design view
  • (C) Link table
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Datasheet view

Q. Which is not a view to display a table in Access?

  • (A) Datasheet View
  • (B) Design View
  • (C) Pivot Table & Pivot Chart View
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of above

Q. Which of the following database object produces the final result to present?

  • (A) Tables
  • (B) Queries
  • (C) Reports
  • (D) Forms
πŸ’¬ Discuss
βœ… Correct Answer: (C) Reports

Q. Referential integrity means

  • (A) Do not enter a value in the foreign key field of a child table if that value does not exist in the primary key of the parent table
  • (B) Do not enter a value in the primary key field of child table if that value does not exist in the primary key of the parent table
  • (C) Do not enter a value in the foreign key field of a parent table if that value does not exist in the primary key of the child table
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Do not enter a value in the foreign key field of a child table if that value does not exist in the primary key of the parent table