SQL Indexing - Kelas B

SQL Indexing - Kelas B

University

8 Qs

quiz-placeholder

Similar activities

Indexing and Hashing Quiz

Indexing and Hashing Quiz

University

10 Qs

Windows-Searching Files

Windows-Searching Files

9th Grade - Professional Development

7 Qs

Struktur Data

Struktur Data

University

10 Qs

Materi Search Engine

Materi Search Engine

University

10 Qs

PYTHON_CHAPTER 6

PYTHON_CHAPTER 6

University

10 Qs

Struktur Data

Struktur Data

University

10 Qs

List

List

University

10 Qs

SYS 1591

SYS 1591

University

10 Qs

SQL Indexing - Kelas B

SQL Indexing - Kelas B

Assessment

Quiz

Computers

University

Easy

Created by

Meganingrum Jiwanggi

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sebuah index file terdiri atas index entries berupa
Search Key
Pointer
Sepasang Search Key dan Pointer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indexing membantu mempercepat proses yang menggunakan SQL statement ... pada database
INSERT
UPDATE
DELETE
SELECT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Index entries selalu terurut berdasarkan indexing field.
BENAR
SALAH

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Suatu index yang urutan search key nya berbeda dengan urutan pada file aslinya disebut sebagai
PRIMARY INDEX
SECONDARY INDEX
CLUSTERING INDEX
MULTI-LEVEL INDEX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Secondary index merupakan contoh dari
SPARSE INDEX
DENSE INDEX

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Jika indexing field adalah nonkey&urutan pada index file=urutan di file asli, maka termasuk
PRIMARY INDEX
SECONDARY INDEX
CLUSTERING INDEX
MULTI-LEVEL INDEX

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Berikut adalah contoh statement SQL yang tepat untuk membuat index pada tabel EMPLOYEE, kecuali
CREATE INDEX IDX_A ON EMPLOYEE (ssn,lname)
CREATE INDEX IDX_A ON EMPLOYEE (ssn)
CREATE INDEX IDX_A ON EMPLOYEE.SSN

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Index sebaiknya tidak dibuat pada kondisi berikut, kecuali
pada relasi berukuran kecil
saat query berupa select sering dilakukan pada tabel
saat tabel sering dimanipulasi dan ditambah datanya
pada kolom yang memiliki banyak nilai NULL