Access database validation

Access database validation

10th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Excel

Excel

1st - 12th Grade

10 Qs

G10 REVISION: Ch7 Systems Lifecycle:  Development & Testing

G10 REVISION: Ch7 Systems Lifecycle: Development & Testing

9th - 10th Grade

10 Qs

Data validation and verification

Data validation and verification

7th - 11th Grade

10 Qs

Salesforce App Builder Certification Prep

Salesforce App Builder Certification Prep

10th Grade - Professional Development

10 Qs

7.6 Validation and Verification Checks Cambridge IGCSE 0478

7.6 Validation and Verification Checks Cambridge IGCSE 0478

10th Grade - University

10 Qs

Robust Programming Recap (Sep)

Robust Programming Recap (Sep)

9th - 11th Grade

6 Qs

WJEC GCSE ICT Unit 1 - Data

WJEC GCSE ICT Unit 1 - Data

10th Grade

10 Qs

Spring MVC

Spring MVC

10th Grade

10 Qs

Access database validation

Access database validation

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Used 24+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the validation rule for a presence check?

Between 1 and 4

Is Not Null

Like *?*@?*.??*"

LL00LL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the validation rule to check that no number below 2 and no numbers above 5 can be entered into a field?

Is Not Null

Like "?*@?*.??*"

Betwee 1 AND 6

Between 2 AND 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What validation rule could be used to check an email address has at least 1 character, but more are possible followed by an @ sign, then at least another character, but more are possible followed by a full stop and finally that at least 2 more characters must be entered, but more are possble?

Like "?@?.?"

Like ?*@?*.??*

Like "?*@?*.??*"

Like "???????"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a value lookup?

Finding a value by searching a databse

Creating a field with multiple vlaues to choose from

Creating a link to a primary key

Checking if an entered value is in another table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you set a value lookup on a field?

Input multipe values in a cell

Input multiple values in a form

Use the lookup wizard to set the values

Use the lookup wizard to set the table lookup values

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a primary key?

A field that links to another table

A filed that has values from multiple tables

A field that holds unique values

A filed that has repeating values

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a foreign key?

A filed that holds unique values in the host table

A field that is used to link to unique values in another table

A way to unlock data about other countires

A physical key to open a door or cabinet

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

On what fields are database relationships created, primary or foreign keys?

Foreign keys

Primary keys