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
15 questions
SQL in Databases

Quiz
•
10th Grade
15 questions
QUIZ 3 - MySQL (Database, table, select, update)

Quiz
•
9th - 12th Grade
16 questions
Databases and SQL for Grade 10 IT

Quiz
•
10th - 12th Grade
20 questions
Quiz Basis Data (Query)

Quiz
•
9th - 12th Grade
16 questions
8525 AQA GCSE Computer Science 3.7.1 Relational databases

Quiz
•
7th - 12th Grade
15 questions
Podstawy baz danych

Quiz
•
3rd - 12th Grade
15 questions
sql functions

Quiz
•
KG - 12th Grade
15 questions
Class X- Database Concept

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade