
Kuis SQL Select

Quiz
•
Computers
•
University
•
Easy
Yudianto Sujana
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah SQL mana yang digunakan untuk menampilkan semua kolom dari tabel students?
SELECT ALL FROM students;
SELECT * FROM students;
SHOW ALL students;
DISPLAY * FROM students;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara memilih hanya kolom name dan age dari tabel employees?
SELECT name, age IN employees;
SELECT name AND age FROM employees;
SELECT name, age FROM employees;
SELECT name + age FROM employees;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah SQL SELECT DISTINCT city FROM customers; akan melakukan apa?
Menampilkan semua baris dari kolom city dalam tabel customers.
Menampilkan kota yang berbeda-beda dari tabel customers.
Menampilkan semua kolom dari tabel customers.
Menghapus kota yang sama dalam tabel customers.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jika tabel orders memiliki kolom order_date, perintah SQL apa yang digunakan untuk menampilkan data yang dipesan setelah tanggal 2024-01-01?
SELECT * FROM orders WHERE order_date = '2024-01-01';
SELECT * FROM orders WHERE order_date > '2024-01-01';
SELECT * FROM orders ORDER BY '2024-01-01';
SELECT order_date FROM orders WHERE order_date AFTER '2024-01-01';
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah dari perintah berikut yang digunakan untuk mengurutkan hasil query berdasarkan kolom price secara menurun?
SELECT * FROM products SORT BY price DESC;
SELECT * FROM products ORDER BY price DESC;
SELECT * FROM products ORDER price DESC;
SELECT * FROM products SORT price DESC;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah SQL mana yang digunakan untuk mencari semua pelanggan dengan nama yang dimulai dengan huruf 'A' di tabel customers?
SELECT * FROM customers WHERE name LIKE 'A%';
SELECT * FROM customers WHERE name = 'A';
SELECT * FROM customers WHERE name STARTS 'A';
SELECT * FROM customers WHERE name = 'A%';
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara memilih hanya 5 baris pertama dari tabel products menggunakan SQL di MySQL?
SELECT * FROM products LIMIT 5;
SELECT TOP 5 FROM products;
SELECT * FROM products MAX 5;
SELECT 5 ROWS FROM products;
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Quiz Repitition PL/SQL 31Mei2022

Quiz
•
University
25 questions
latihan PHP tahap 2

Quiz
•
11th Grade - University
15 questions
Quiz Listener 1

Quiz
•
University
15 questions
7-mavzu. Python va MySQLda ma’lumotlarni tanlash va o‘chirish

Quiz
•
University
23 questions
SQL

Quiz
•
12th Grade - Professi...
20 questions
UAS Basis Data

Quiz
•
University
20 questions
Administrasi Sistem Jaringan XII (Database Server)

Quiz
•
University
25 questions
PHP dan MySQL

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 Computers
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