NEW
Font size
WorksheetsYear 11 Pre Test Hangman Technical Proposal Dataset
Total questions: 50
Worksheet time: 40mins
What does "SQL" stand for?
Structured Question Language
Structured Query Language
Simple Query Language
Simple Question Language
Which statement is used to extract data from a database?
Extract
Get
Open
Select
Which statement allows us to add a record to a table?
Add To
Update To
Add Into
Insert Into
Less than or equal to?
>=
=>
=<
<=
Which character returns all the data found in a table?
%
#
*
/
What does SQL stand for?
Standard Query Language
Sequential Query Language
Structured Question Language
Structured Query Language
Which symbol would you use to represent more than 50
= 50
< 50
> 50
# 50
What would the SQL query pictured do?
Find all the men
Find all of the female writers
Find all of Elgar's friends
Find all the male writers
Find all the fish
What would the query pictured do?
Find all of Elgar's friends who were born in 1869
Find all of Elgar's family who were born in the 1860s.
Find all the the ducks in Birmingham.
Find all of Elgar's colleagues born in 1860.
Find all of Elgar's colleagues who were born in the 1860s.
How would you find out the nature of Elgar's relationship with the member of his database who was a shop assistant?SELECT RelationshipToElgar FROM Elgar's Friends WHERE Occupation = 'Shop Assistant'
SELECT Connection FROM Elgar's Friends WHERE Occupation = 'Shop Assistant'
SELECT RelationshipToElgar FROM Table WHERE Occupation = 'Shop Assistant'
SELECT RelationshipToElgar FROM Elgar's Friends WHERE Job = 'Shop Assistant'
SELECT RelationshipToElgar IN Elgar's Friends WHERE Occupation = 'Shop Assistant'
CHOOSE RelationshipToElgar FROM Elgar's Friends WHERE Occupation = 'Shop Assistant'
How many fields are there?
4
5
6
7
How many records are in this table?
7
6
5
4
What is the ID of the records that are returned when the SQL statement "SELECT * FROM Gymnasts WHERE Name='Xavier'"?
0001
0002
0003
0004
0005
What is the ID of the records that are returned when the SQL statement "SELECT * FROM Gymnasts WHERE HighScore > 8.4"?
0001
0002
0003
0004
0005
Which of the following statements will return the most records?
SELECT * FROM Gymnasts WHERE HighScore > 8.0
SELECT * FROM Gymnasts WHERE Competition LIKE R%
SELECT * FROM Gymnasts WHERE Competition LIKE %o%
SELECT * FROM Gymnasts WHERE Name LIKE %i%
How many records are there in this table?
6
7
9
42
How many fields are there in this table?
6
7
9
42
How many records would be returned by the following SQL "SELECT * FROM songs WHERE TimesPlayed >=3
0
2
3
4
Which of the queries is most likely to have produced this result?
ANSWER: SELECT id, name, year FROM movies WHERE year > 2010;
ANSWER: SELECT id, name, year FROM movies WHERE year < 2010;
ANSWER: SELECT * FROM movies WHERE year > 2010;
ANSWER: SELECT id, name, year FROM movies WHERE YEAR > 2010;
Which of the following statements best defines the word 'database'?
A database is a collection of data or information which is stored in a logical and structured way
A database is a collection of statistics stored only for computers.
A database does not collect data or information.
Which of the following uses paper-based databases?
Phonebook
Smart Phone
Computer
Select one 'school/student based' database term.
Allergies
Type of pet
Social media accounts
Select the computer-based database
Phonebook
Chalkboard
Google search engine
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
Copyright is a form of protection for intellectual property?
True
False
The <h1> tag marks what type of content?
heading
paragraph
hyperlink
unordered list
The <p> tag marks what type of content?
paragraph
heading
hyperlink
picture
JPEG
DOC
GIF
WAV
Greater than or equal to
> or =
> || =
>=
<=
