If input could be:
SELECT HospitalNumber, FirstName, FamilyName
FROM PATIENT
WHERE Consultant = 'Mr Smith';
What are the following output:
CHAPTER9 Quiz
Quiz
•
Computers
•
10th Grade
•
Easy
jasmine chen
Used 6+ times
FREE Resource
18 questions
Show all answers
1.
OPEN ENDED QUESTION
3 mins • 1 pt
If input could be:
SELECT HospitalNumber, FirstName, FamilyName
FROM PATIENT
WHERE Consultant = 'Mr Smith';
What are the following output:
Evaluate responses using AI:
OFF
Answer explanation
2.
OPEN ENDED QUESTION
3 mins • 1 pt
If input could be:
SELECT HospitalNumber, FirstName, FamilyName
FROM PATIENT
WHERE Consultant = 'Mr Smith'
ORDER BY FamilyName;
What are the following output could be:
Evaluate responses using AI:
OFF
Answer explanation
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Using the single table database PATIENT you have created:
Write an SQL query to list all Mr Jones’ patients.
Evaluate responses using AI:
OFF
Answer explanation
SELECT FirstName, FamilyName
FROM PATIENT
WHERE Consultant = 'Mr Jones';
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Using the single table database PATIENT you have created. Write an SQL query to list all the patients not in ward 6.
Evaluate responses using AI:
OFF
Answer explanation
SELECT FirstName, FamilyName
FROM PATIENT
WHERE WardNumber <> 6;
5.
OPEN ENDED QUESTION
3 mins • 1 pt
Using the single table database PATIENT you have created.
Write an SQL query to list all the patients who arrived on 12/11/2022.
Evaluate responses using AI:
OFF
Answer explanation
SELECT FirstName, FamilyName
FROM PATIENT
WHERE DateOfAdmisson = '12/11/2022’;
6.
OPEN ENDED QUESTION
3 mins • 1 pt
Using the single table database PATIENT you have created.
Write an SQL query to list all the patients who arrived between 12/10/2022 AND 30/10/2022.
Evaluate responses using AI:
OFF
Answer explanation
SELECT FirstName, FamilyName, DateOfAdmission
FROM PATIENT
WHERE DateOfAdmission >= '12/10/2022' AND DateOfAdmission <= '30/10/2022’ ;
7.
OPEN ENDED QUESTION
3 mins • 1 pt
Using the single table database PATIENT you have created.
Write down the output from this SQL query.
SELECT FirstName, FamilyName, BedNumber
FROM PATIENT
WHEREWardNumber= 7;
Evaluate responses using AI:
OFF
Answer explanation
15 questions
Databases
Quiz
•
10th Grade - University
15 questions
SQL Bronze Quiz
Quiz
•
8th - 10th Grade
22 questions
Database and SQL
Quiz
•
10th - 11th Grade
15 questions
A-Level Comp Sci 9618 Databases
Quiz
•
9th - 12th Grade
14 questions
S4 DDD
Quiz
•
10th Grade - University
19 questions
CS - Module 8 - Software Security
Quiz
•
9th - 12th Grade
20 questions
Database Quiz (Certmaster 5.1 - 5.3)
Quiz
•
10th Grade
20 questions
DBMS
Quiz
•
9th - 10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University