Nobel Quiz

Quiz
•
Other
•
University
•
Hard
Владислав Абрамов
Used 10+ times
FREE Resource
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
Similar Resources on Wayground
11 questions
Famous People

Quiz
•
3rd Grade - Professio...
10 questions
Leaders of The World

Quiz
•
KG - University
12 questions
BSc Research Methodology

Quiz
•
University
12 questions
black holes

Quiz
•
KG - Professional Dev...
10 questions
Y3- How can I get there-SK2

Quiz
•
3rd Grade - University
8 questions
Nanatsu no taizai quiz

Quiz
•
KG - Professional Dev...
11 questions
Types of Mass Media

Quiz
•
10th Grade - Professi...
10 questions
Business Research Methods

Quiz
•
University - Professi...
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 Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University