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
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Access Quiz

Quiz
•
9th - 12th Grade
20 questions
CompTIA ITF+ - Database Vocabulary

Quiz
•
9th - 12th Grade
20 questions
ULANGAN 1 BASIS DATA KELAS XII RPL

Quiz
•
1st - 10th Grade
19 questions
SQL Basics

Quiz
•
9th - 12th Grade
15 questions
7.7 Software Security Review

Quiz
•
8th Grade - University
16 questions
Asas Sains Komputer Tingkatan 3 (Bab 4.1.5 - 4.1.9)

Quiz
•
9th - 11th Grade
21 questions
IGCSE ICT Database Revision M

Quiz
•
9th - 10th Grade
20 questions
Annual Practical Exam Assessment 2022-23

Quiz
•
10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade