
Podstawy SQL w Access

Quiz
•
Computers
•
10th Grade
•
Medium
Ewelina Kamińska
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie zapytanie wyświetla wszystkie kolumny i rekordy z tabeli Klienci?
SELECT DISTINCT Miasto FROM Klienci;
SELECT TOP 5 * FROM Produkty;
SELECT Imie, Nazwisko FROM Klienci;
SELECT * FROM Klienci;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie zapytanie zwraca tylko różne wartości z kolumny Miasto?
SELECT TOP 5 Miasto FROM Klienci;
SELECT DISTINCT Miasto FROM Klienci;
SELECT Miasto FROM Klienci;
SELECT * FROM Klienci;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie słowo kluczowe służy do filtrowania danych w SQL?
SELECT
WHERE
ORDER BY
DISTINCT
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie zapytanie wyświetla tylko Klientów z Warszawy?
SELECT * FROM Klienci WHERE Miasto = 'Wrocław';
SELECT * FROM Klienci WHERE Miasto = 'Kraków';
SELECT * FROM Klienci WHERE Miasto = 'Warszawa';
SELECT * FROM Klienci WHERE Miasto = 'Gdańsk';
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie zapytanie sortuje Klientów rosnąco po nazwisku?
SELECT * FROM Klienci ORDER BY Nazwisko ASC;
SELECT * FROM Klienci ORDER BY Miasto DESC;
SELECT * FROM Klienci ORDER BY Nazwisko DESC;
SELECT * FROM Klienci ORDER BY Miasto ASC;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie zapytanie zwraca 5 najdroższych produktów?
SELECT TOP 5 * FROM Produkty ORDER BY Cena ASC;
SELECT * FROM Produkty ORDER BY Nazwa;
SELECT TOP 5 * FROM Produkty ORDER BY Cena DESC;
SELECT * FROM Produkty WHERE Cena > 100;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Co oznacza operator BETWEEN w SQL?
Sprawdza, czy wartość znajduje się w przedziale
Sprawdza, czy wartość jest równa
Sprawdza, czy wartość jest większa
Sprawdza, czy wartość jest mniejsza
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Sec 1

Quiz
•
10th Grade
20 questions
Excel Basics for PYP 4

Quiz
•
4th Grade - University
19 questions
1.2 Memory

Quiz
•
9th - 11th Grade
15 questions
J277 Networks and Protocols

Quiz
•
8th - 10th Grade
10 questions
J277 - 2.2 - The use of SQL to search for data

Quiz
•
10th Grade - University
15 questions
InDesign and Typography

Quiz
•
9th - 12th Grade
14 questions
Table Formatting

Quiz
•
KG - University
20 questions
HTML & CSS Review

Quiz
•
7th - 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th 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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade