Font size
WorksheetsN5 Database Development (full)
Total questions: 86
Worksheet time: 30mins
True
False
True
False
True
False
Which validation rule do we use to check a field has data in it?
(a)
Which validation rule do we use to check a field is not empty?
(a)
Which validation rule do we use to make a field required?
(a)
Which validation rule do we use to check a text field is not too long?
(a)
Which validation rule do we use to check the user's data will fit in a text field?
(a)
Which validation rule only allows certain values in a text field?
(a)
Which validation rule only allows certain values in a number field?
(a)
Which validation rule checks a numeric value is not too big?
(a)
Which validation rule checks a numeric value is not too small?
(a)
Which validation rule makes the user pick from a list of values?
(a)
In a data dictionary, what is the code for a primary key?
(a)
Which SQL command searches for records?
(a)
Which SQL clause has the search criteria in?
(a)
Which SQL clause has the sort order in?
(a)
Which SQL clause has the entity in?
(a)
Which SQL clause has the table in?
(a)
Name one of the three logical operators.
(a)
Which SQL statement adds a record to a table?
(a)
Which SQL statement removes records from a table?
(a)
Which SQL command finds records?
(a)
Which SQL command edits records in a table?
(a)
A relationship
A link
A primary key
A foreign key
All foreign key values are in the primary key of the one side table.
Some foreign key values are in the primary key of the one side table.
Some foreign key values are not in the primary key of the one side table.
True
False
True
False
True
False
True
False
What do we call the rule that states that every value in a foreign key must be in the primary key of the referenced table?
Referential Integrity
A relationship
Link Integrity
The Join Rule
