Quis Praktikum SMBD B

Quis Praktikum SMBD B

University

20 Qs

quiz-placeholder

Similar activities

Bab 4 Normalisasi Database

Bab 4 Normalisasi Database

University

17 Qs

Unit 3 Cyber Security Case Study 2024

Unit 3 Cyber Security Case Study 2024

University

15 Qs

MORE SQL

MORE SQL

12th Grade - University

17 Qs

Internet Basics

Internet Basics

University

15 Qs

midka

midka

University

15 Qs

UAS MANAGEMEN BASIS DATA (PG)_old

UAS MANAGEMEN BASIS DATA (PG)_old

University

22 Qs

SQL Quiz

SQL Quiz

University

19 Qs

พื้นฐานการจัดการฐานข้อมูล

พื้นฐานการจัดการฐานข้อมูล

University

20 Qs

Quis Praktikum SMBD B

Quis Praktikum SMBD B

Assessment

Quiz

Computers

University

Medium

Created by

Nur Arrafi

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Apa itu SQL?

Sebuah algoritma untuk mencari data dalam sebuah database.

Sebuah bahasa pemrograman untuk membuat program desktop

Sebuah bahasa pemrograman untuk mengelola dan memanipulasi data dalam sebuah database.

Sebuah bahasa pemrograman untuk mengakses internet.

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Apa itu kunci utama (primary key) dalam sebuah tabel basis data?

Sebuah atribut yang mengurutkan baris dalam tabel secara alfabetis.

Sebuah atribut yang menampilkan jumlah total baris dalam tabel

Sebuah atribut yang mengidentifikasi setiap baris dalam tabel.

Sebuah atribut yang digunakan untuk mengelompokkan baris dalam tabel.

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Yang tidak termasuk DML

SELECT

ADD

INSERT

DELETE

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Apa itu normalisasi dalam basis data?

Sebuah proses untuk mengubah tampilan tabel.

Sebuah proses untuk menghapus baris dari tabel.

Sebuah proses untuk memperbaiki struktur tabel sehingga data disimpan dengan cara yang lebih efisien dan terorganisir.

Sebuah proses untuk menambahkan kolom ke tabel.

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Manakah perintah yang benar untuk membuat sebuah tabel pada database?

INSERT TABLE nama_tabel();

ALTER TABLE CREATE nama_tabel()

CREATE TABLE nama_tabel()

SALAH SEMUA

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Berikut adalah tabel "employees" yang berisi informasi karyawan perusahaan. Buatlah query untuk menampilkan kolom "first_name" dan "last_name" dari karyawan yang memiliki gaji di atas 5000.

SELECT first_name, last_name FROM employees WHERE salary > 5000;

SELECT first_name, last_name WHERE salary > 5000 FROM employees;

SELECT first_name, last_name FROM employees HAVING salary > 5000;

SELECT employees WHERE salary > 5000 AND first_name, last_name;

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Apa yang terjadi jika tabel asli dari view dihapus?

View tersebut tidak akan terpengaruh

View tersebut akan terhapus

View tersebut akan kehilangan sumber datanya

View tersebut akan menyalin data ke tabel baru

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?