Quis Praktikum SMBD B

Quis Praktikum SMBD B

University

20 Qs

quiz-placeholder

Similar activities

Repaso General SQL

Repaso General SQL

University

17 Qs

PHP MySQL

PHP MySQL

7th Grade - Professional Development

17 Qs

Redis and MongoDB

Redis and MongoDB

University

20 Qs

Quiz Pemrog Web

Quiz Pemrog Web

University

20 Qs

QUIZ AZIK

QUIZ AZIK

University

20 Qs

Kuis SQL Select

Kuis SQL Select

University

20 Qs

Bases de Datos

Bases de Datos

University

19 Qs

Kuis Data Warehouse B

Kuis Data Warehouse B

University

15 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?