
Nobel Quiz
Authored by Владислав Абрамов
Other
University
Used 10+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1. Pick the code which shows the name of winner's names beginning with C and ending in n
SELECT name FROM nobel
WHERE winner LIKE '%C%' AND winner LIKE '%n%'
SELECT name FROM nobel
WHERE winner LIKE '%C' AND winner LIKE 'n%'
SELECT name FROM nobel
WHERE winner LIKE '%C' AND winner LIKE 'n%'
SELECT winner FROM nobel
WHERE winner LIKE '%C' AND winner LIKE 'n%'
SELECT winner FROM nobel
WHERE winner LIKE 'C%' AND winner LIKE '%n'
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. Select the code that shows how many Chemistry awards were given between 1950 and 1960
SELECT COUNT(subject) FROM nobel
WHERE subject = 'Chemistry'
AND BETWEEN 1950 and 1960
SELECT COUNT(subject) FROM nobel
WHERE subject = 'Chemistry'
AND yr BETWEEN (1950, 1960)
SELECT COUNT(subject) FROM nobel
WHERE subject = 'Chemistry'
AND yr BETWEEN 1950 and 1960
SELECT subject FROM nobel
WHERE subject = 'Chemistry'
AND yr BETWEEN 1950 and 1960
SELECT subject FROM nobel
WHERE subject = 'Chemistry'
AND yr BETWEEN (1950, 1960)
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3. Pick the code that shows the amount of years where no Medicine awards were given
3. Pick the code that shows the amount of years where no Medicine awards were given
SELECT COUNT(DISTINCT yr) FROM nobel
WHERE yr NOT IN (SELECT DISTINCT yr FROM nobel WHERE subject = 'Medicine')
SELECT COUNT(DISTINCT yr) FROM nobel
WHERE yr NOT IN (SELECT DISTINCT yr FROM nobel WHERE subject = 'Medicine')
SELECT COUNT(DISTINCT yr) FROM nobel
WHERE yr NOT IN (SELECT DISTINCT yr FROM nobel WHERE subject NOT LIKE 'Medicine')
SELECT COUNT(DISTINCT yr) FROM nobel
WHERE yr NOT IN (SELECT DISTINCT yr FROM nobel WHERE subject NOT LIKE 'Medicine')
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4. Select the result that would be obtained from the following code:
SELECT subject, winner FROM nobel WHERE winner LIKE 'Sir%' AND yr LIKE '196%'
Medicine John Eccles
Medicine Frank Macfarlane Burnet
Chemistry Sir Cyril Hinshelwood
Medicine Sir John Eccles
Medicine Sir Frank Macfarlane Burnet
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
5. Select the code which would show the year when neither a Physics or Chemistry award was given
SELECT yr FROM nobel
WHERE subject NOT IN(SELECT yr
FROM nobel
WHERE subject IN ('Chemistry','Physics'))
SELECT yr FROM nobel
WHERE subject NOT IN(SELECT subject
FROM nobel
WHERE subject IN ('Chemistry','Physics'))
SELECT yr FROM nobel
WHERE yr NOT IN(SELECT yr
FROM nobel
WHERE subject IN ('Chemistry','Physics'))
SELECT yr FROM nobel
WHERE yr NOT IN(SELECT subject
FROM nobel
WHERE subject IN ('Chemistry','Physics'))
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6. Select the code which shows the years when a Medicine award was given but no Peace or Literature award was
SELECT DISTINCT yr
FROM nobel
WHERE subject='Medicine' AND
subject NOT IN(SELECT yr from nobel
WHERE subject='Literature')
AND yr NOT IN (SELECT yr
FROM nobel
WHERE subject='Peace')
SELECT DISTINCT yr
FROM nobel WHERE subject='Medicine'
AND yr NOT IN(SELECT yr from nobel
WHERE subject='Literature'
AND subject='Peace')
SELECT DISTINCT yr
FROM nobel
WHERE subject='Medicine'
AND yr NOT IN(SELECT yr FROM nobel
WHERE subject='Literature')
AND yr NOT IN (SELECT yr FROM nobel
WHERE subject='Peace')
SELECT DISTINCT yr
FROM subject
WHERE subject='Medicine'
AND yr NOT IN(SELECT yr from nobel
WHERE subject='Literature'
AND subject='Peace')
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7. Pick the result that would be obtained from the following code:
SELECT subject, COUNT(subject)
FROM nobel
WHERE yr ='1960'
GROUP BY subject
1
1
2
1
1
Chemistry 6
Chemistry 3
Literature 1
Medicine 2
Peace 0
Physics 2
Chemistry 1
Literature 1
Medicine 2
Peace 1
Physics 1
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
How well you know ROBLOX
Quiz
•
KG - Professional Dev...
10 questions
Meaning and Importance of MICE
Quiz
•
University
10 questions
Air Force- Level 1
Quiz
•
12th Grade - University
10 questions
Diabetes Mellitus
Quiz
•
University
11 questions
HTC001_Lesson7
Quiz
•
University
10 questions
Introduction to IKS
Quiz
•
University
12 questions
3 I's POST TEST 2 (Module 3)
Quiz
•
12th Grade - University
10 questions
CCHU9001 23-24 Fall Week 6 Quiz
Quiz
•
University
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Other
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
5 questions
What is Presidents' Day?
Interactive video
•
10th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
20 questions
Mardi Gras History
Quiz
•
6th Grade - University
10 questions
The Roaring 20's Crash Course US History
Interactive video
•
11th Grade - University
17 questions
Review9_TEACHER
Quiz
•
University