Search Header Logo

U2 Database Design Quizs - Part A

Authored by Wayground Content

Computers

11th Grade

Used 10+ times

U2 Database Design Quizs - Part A
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When would you use a one-to-one relationship?

When each record in Table A relates to only one record in Table B and vice versa.

When each record in Table A can relate to multiple records in Table B.

When records in Table A are not related to any records in Table B.

When each record in Table A relates to at least one record in Table B.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of normalisation in database design?

Normalisation helps to minimise data duplication and enables data integrity.

Normalisation increases data redundancy and complexity.

Normalisation is used to enhance the speed of database queries.

Normalisation eliminates the need for data relationships.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a better way to ensure a presence check than just setting "Required" to "Yes"?

Use "Validation Rule" = "Is not null" with a helpful "Validation Text" message.

Set the field to "Visible" only when filled.

Implement a default value for the field.

Use a custom script to check for input.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you provide the user with a prompt to enter data in a query?

Use curly braces in the Criteria row, e.g. {Enter the start date:}

Use square brackets in the Criteria row, e.g. [Enter the start date:]

Use parentheses in the Criteria row, e.g. (Enter the start date:)

Use angle brackets in the Criteria row, e.g.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does limiting lookups to the list help data integrity?

Ensures only predefined, valid values can be selected, preventing errors.

Allows any value to be entered, increasing flexibility.

Reduces the need for data validation checks.

Increases the complexity of data entry processes.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When are value lookups suitable?

For short, fixed lists like days of the week or Gold, Silver, Bronze, etc.

For long, variable lists that change frequently.

For complex data structures requiring extensive processing.

For large datasets that need to be sorted and filtered.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you determine due date status in a query if you need to consider whether it is "Due Today" or "Not Yet Due"?

=IIf([Due Date]

=IF([Due Date]>Date(),"Not Yet Due",IF([Due Date]=Date(),"Due Today","OVERDUE"))

=IIf([Due Date]>Date(),"OVERDUE",IIf([Due Date]=Date(),"Not Yet Due","Due Today"))

=IF([Due Date]=Date(),"Not Yet Due",IF([Due Date]

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?