Font size
WorksheetsBTEC National ICT U2 LAB - Queries 1
Total questions: 60
Worksheet time: 41mins
What validation type would make sure a post code was entered correctly?
Length check
Format check
Presence check
Range check
What validation type would you use to check that a number fell between 1 and 10?
Range check
Presence check
Format Check
Length check
What validation type checks that a field is not left blank?
Format check
Length check
Presence check
Range check
What validation type checks a minimum number of characters have been entered?
Length check
Format check
Range check
Presence check
What data type is your address?
text
number
date/time
yes/no
What data type should be used for this data 01776 706484?
text
yes/no
date/time
currency
What data type is 543?
text
yes/no
date/time
number
What data type is 13:35?
text
yes/no
currency
date/time
What data type is 31/5/2017?
number
date/time
currency
yes/no
The following is a description of what is held in the database, what data type is it? Pages in a book
number
date/time
text
yes/no
The following is a description of the data being held inside the database, what is the data type? A car number plate
text
date/time
number
yes/no
A user is required to enter "exactly 7 characters for a password". Which data validation check is used?
Length
Range
Format
All of the above
What is letter "A" showing?
Where to configure the Join properties
Where to Run the query
Where to configure which fields and criteria are used for the Query
Which is the symbol for a wildcard that represents any collection of characters
Asterisk
Question Mark
Query
Equal Sign
>
<
What is this operator?
=
Less than
Not equal
Equal
Greater than
>=
<=
If you need to rename a field what is the correct syntax?
NewName/Old Name
NewName:Old Name
OldName:NewName
OldName/NewName
Normalisation is:
Removing all necessary data from a database
Organising a database to remove repeated entries and increase the accuracy of the data
Putting fields from different tables into one big database
An advantage of normalisation is:
The storage space needed for a normalised database is likely to be smaller
The process of normalising a database is very easy and doesn’t require any skill
It is possible to see previous details that have been changed, such as a customer’s address, as we can look back at an older entry
What is an atomic field?
A field that contains multiple items of data
A field that is repeated
A field that contains only one item of data
What is a foreign key?
A unique identifier in a database
A primary key of one table that appears in another table
A field that should not be in a table and needs removing
An entity is represented by what in a database?
Table
Row
Column
Cell
A record is represented by what in a database?
Table
Row
Column
Cell
Which type of relationship does the ERD represent?
One-to-many
Many-to-many
One-to-one
Which type of relationship does the ERD represent?
One-to-many
Many-to-many
One-to-one
What is a composite primary key?
A primary key that can be duplicated in the same table
An attribute that is a primary key in another table
A foreign key that is a primary key in more than one other table
A primary key made up from two or more attributes
What is atomic data?
Data that is unique
A data item that cannot be broken down any further
A row that has no repeating data
An attribute that depends on the primary key
Data type for '12/4/16'
Text
Date
Long text
Number
Data type for 'Bob'
Number
Memo
Text
Currency
Data type for '5.5'
number
text
long text
autonumber
Data type for '£5.67'
Number
Currency
Date
Time
