
KUIS DAY 3 STACK

Quiz
•
Computers
•
University
•
Medium
Stack Stack
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah SQL manakah yang digunakan untuk membuat database baru di MySQL?
CREATE DATABASE nama_database;
NEW DATABASE nama_database;
ADD DATABASE nama_database;
MAKE DATABASE nama_database;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Perintah ALTER TABLE digunakan untuk mengubah isi data dalam tabel.
TRUE
FALSE
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa fungsi dari klausa WHERE dalam perintah SQL?
Mengurutkan hasil query
Memfilter data berdasarkan kondisi tertentu
Mengelompokkan data
Menghapus data
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sebuah tabel bernama employees memiliki kolom name dan salary. Bagaimana cara menampilkan 5 karyawan dengan gaji tertinggi?
SELECT * FROM employees SORT BY salary DESC LIMIT 5;
SELECT * FROM employees WHERE salary TOP 5;
SELECT * FROM employees ORDER BY salary DESC;
SELECT * FROM employees ORDER BY salary DESC LIMIT 5;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Seorang pelanggan dengan ID = 5 ingin memperbarui email mereka menjadi "newemail@mail.com" dalam tabel customers. Perintah SQL yang benar adalah?
UPDATE customers email = 'newemail@mail.com' WHERE id = 5;
UPDATE customers SET email = 'newemail@mail.com' WHERE id = 5;
UPDATE customers SET email = 'newemail@mail.com' id = 5;
MODIFY customers SET email = 'newemail@mail.com' WHERE id = 5;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa perintah SQL yang tepat untuk menambahkan data berikut ini ke dalam tabel produk di samping
id_produk = 3
nama_produk = Keyboard
harga = 250000
INSERT INTO produk (id_produk, nama_produk, harga)
VALUES (3, Keyboard, 250000);
INSERT INTO produk (id_produk, nama_produk, harga)
VALUES (3, 'Keyboard', 250000);
INSERT INTO (id_produk, nama_produk, harga)
VALUES (3, 'Keyboard', 250000);
INSERT produk (id_produk, nama_produk, harga)
VALUES (3, 'Keyboard', 250000);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dalam database relasional, satu tabel hanya boleh memiliki satu primary key
TRUE
FALSE
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
ICTDBS506 Creating a 'Car Pool' Database with MySQL

Quiz
•
12th Grade - University
10 questions
Ice Break 2

Quiz
•
University
15 questions
U2. Embedded DB & Console Access

Quiz
•
University
10 questions
SYS 1591

Quiz
•
University
15 questions
Understanding Databases and Their Uses

Quiz
•
12th Grade - University
10 questions
DBMS Lab Quiz 1 2B3

Quiz
•
University
10 questions
Quis Bahasa Pemograman 3

Quiz
•
University
8 questions
5.0 Database

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

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

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University