
Let's sort it!

Quiz
•
Specialty
•
University
•
Hard
Thuan Tran
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
In this exercise, you'll practice the use of ORDER BY using the grid dataset. It's loaded and waiting for you! It contains a subset of wider publicly available information on US power outages.
Yes
OK, let go!
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Select description and event_date from grid table. Your query should return the first 5 rows, ordered by event_date.
SELECT ........ (........) ........, event_date FROM grid
........ ........ ........;
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the top 20 rows from description, nerc_region and event_date. Order by nerc_region, affected_customers & event_date. Event_date should be in descending order.
SELECT
TOP (20) PERCENT description, nerc_region, event_date
FROM grid
ORDER BY
nerc_region,
affected_customers,
event_date DESC;
SELECT
TOP (20) description, nerc_region, event_date
FROM grid
ORDER BY
nerc_region,
affected_customers,
event_date DESC;
SELECT
TOP (20) description, nerc_region, event_date
FROM grid
ORDER
nerc_region,
affected_customers,
event_date DESC;
SELECT
TOP (20) description, nerc_region, event_date
FROM grid
ORDER BY
nerc_region,
affected_customers,
event_date;
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Select the description and event_year columns. Return rows where the description is 'Paris'.
SELECT ......., ....... FROM grid WHERE ....... = 'Paris';
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Select the nerc_region and demand_loss_mw columns, limiting the results to those where affected_customers is greater than or equal to 500000.
SELECT ......., ....... FROM grid WHERE ....... >= 500000;
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Update your code to select description and affected_customers, returning records where the event_date was the 22nd December, 2023.
SELECT nerc_region, demand_loss_mw FROM grid
WHERE affected_customers >= 500000;
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blank
Limit the results to those where the affected_customers is BETWEEN 50000 and 150000.
SELECT description, affected_customers, event_date FROM grid
WHERE _____;
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Une Planète / des Humains

Quiz
•
University
6 questions
Let's practice! - Aggregating Data

Quiz
•
University
10 questions
Luật Hành chính

Quiz
•
University
13 questions
Positive Reinforcement Training Terminologies

Quiz
•
University
15 questions
WELCOMING MABA ARS 2024

Quiz
•
University
9 questions
instalacja PV

Quiz
•
University
13 questions
PACK Fall Rally Trivia!

Quiz
•
University
6 questions
Data Models

Quiz
•
University
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 Specialty
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