ULANGAN BASIS DATA SUBQUERY & BAB II XII RPL

ULANGAN BASIS DATA SUBQUERY & BAB II XII RPL

1st Grade

20 Qs

quiz-placeholder

Similar activities

一年级 华文 单元五 雨停了

一年级 华文 单元五 雨停了

1st Grade

17 Qs

what happens in the city

what happens in the city

1st - 2nd Grade

25 Qs

Issue of Debentures as per Companies Act, 2013 - Topic 1

Issue of Debentures as per Companies Act, 2013 - Topic 1

KG - University

24 Qs

Fireworks Skills Checker 1

Fireworks Skills Checker 1

1st Grade

17 Qs

Soal Quizizz CA

Soal Quizizz CA

1st - 3rd Grade

15 Qs

Royal updates!

Royal updates!

1st Grade

15 Qs

Poznajemy krajobraz najbliższej okolicy spr dz 7 kl 4

Poznajemy krajobraz najbliższej okolicy spr dz 7 kl 4

1st - 12th Grade

19 Qs

Training Halal

Training Halal

1st Grade - University

15 Qs

ULANGAN BASIS DATA SUBQUERY & BAB II XII RPL

ULANGAN BASIS DATA SUBQUERY & BAB II XII RPL

Assessment

Quiz

Education

1st Grade

Medium

Created by

Puspita Anjali

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

SELECT name, title FROM employee WHERE dept_id = ( SELECT dept_id FROM employee WHERE name = 'Biri' );


berikut merupakan subquery ...

SELECT name, title FROM employee WHERE dept_id = ( SELECT dept_id FROM employee WHERE name = 'Biri' );

SELECT name, title FROM employee WHERE dept_id

SELECT dept_id FROM employee WHERE name = 'Biri'

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Berikut merupakan operator pembanding yang biasanya digunakan pada single row subquery, kecuali ...

>

>=

=

>any

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Berikut merupakan operator yang biasanya digunakan pada multiple row subquery ...

>

all

>exist

>=

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

syntax yang tepat untuk menampilkan stok pada tabel tb_buku yang tidak paling sedikit ...

select stok from tb_buku where stok > any (select stok from tb_buku);

select stok from tb_buku where stok < any (select stok from tb_buku);

select stok from tb_buku where stok > (select stok from tb_buku);

select stok where stok > any (select stok from tb_buku);

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

select salary FROM employee where salary < (select salary from employee where dept_id = '01');

Jika subquery menghasilkan lebih dari satu baris data, maka syntax perlu diperbaiki menjadi ...

select salary FROM employee where salary <all (select salary from employee where dept_id = '01');

select salary FROM employee where salary > (select salary from employee where dept_id = '01');

select salary FROM employee where salary <exist (select salary from employee where dept_id = '01');

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

sistem yang meminta layanan/data kepada server disebut ...

client

server

workstation

komputer

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

perintah yang digunakan untuk membuat user baru dalam MYSQL ...

CREATE nama_user;

CREATE USER nama_user;

CREATE TABLE USER;

CREATE USER;

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?