Quiz o SQL

Quiz
•
Computers
•
9th Grade
•
Medium
Mateusz Kamiński-Drąg
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Która klauzula w SQL służy do sortowania wyników zapytania?
FILTER
GROUP BY
ORDER BY
HAVING
2.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Jakie słowo kluczowe pozwala grupować wyniki w SQL?
SORT
GROUP BY
FILTER
JOIN
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Który operator logiczny służy do filtrowania danych w WHERE?
AND
ORDER
SUM
DISTINCT
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Która z poniższych funkcji agregujących w SQL zwraca liczbę wierszy w grupie?
COUNT()
SUM()
AVG()
MIN()
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Które z poniższych zapytań zwróci wiersze posortowane rosnąco według kolumny "name"?
SELECT * FROM users GROUP BY name;
SELECT * FROM users ORDER BY name DESC;
SELECT * FROM users ORDER BY name ASC;
SELECT * FROM users SORT BY name;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Co oznacza klauzula HAVING w SQL?
Filtrowanie wyników po sortowaniu
Filtrowanie wyników po zastosowaniu GROUP BY
Tworzenie podzapytań
Definiowanie indeksów
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Jakie polecenie utworzy indeks na kolumnie "price" w tabeli "products"?
ADD INDEX price ON products;
CREATE INDEX idx_price ON products(price);
CREATE TABLE INDEX price ON products;
MAKE INDEX ON products(price);
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
A-Level Comp Sci 9618 Databases

Quiz
•
9th - 12th Grade
9 questions
Descripción de los servicios básicos de Azure

Quiz
•
1st - 12th Grade
11 questions
Internet

Quiz
•
1st - 12th Grade
10 questions
Bezpieczeństwo w sieci

Quiz
•
7th - 12th Grade
10 questions
DBMS

Quiz
•
7th - 10th Grade
10 questions
Pamiec Rom /BIOS

Quiz
•
9th Grade
14 questions
ASK (SQL) Tingkatan 3

Quiz
•
9th Grade
15 questions
Preguntas sobre SQL

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade