Basic SQL

Basic SQL

Professional Development

10 Qs

quiz-placeholder

Similar activities

Menulis Gambar

Menulis Gambar

1st Grade - Professional Development

15 Qs

Initiation MySQL

Initiation MySQL

Professional Development

10 Qs

Quiz Modul 2

Quiz Modul 2

Professional Development

15 Qs

[FSW] PRE-Test Chapter 6

[FSW] PRE-Test Chapter 6

12th Grade - Professional Development

15 Qs

Bermain Gambar

Bermain Gambar

1st Grade - Professional Development

15 Qs

Post test Data Science Day 25 (SQL)

Post test Data Science Day 25 (SQL)

Professional Development

10 Qs

Quiz 14 Creare

Quiz 14 Creare

Professional Development

10 Qs

Refresh Excel

Refresh Excel

Professional Development

10 Qs

Basic SQL

Basic SQL

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Isna Khairani

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah SQL mana yang digunakan untuk memilih data dari sebuah tabel?

insert

update

delete

select

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah SQL untuk menghapus data dari tabel adalah

delete

remove

drop

truncate

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah SQL untuk menambah data baru ke dalam tabel adalah

update

select

insert

create

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari perintah SQL berikut yang digunakan untuk mengubah data yang sudah ada di tabel?

alter

insert

update

delete

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jika kita ingin mengambil semua data dari tabel "employees" yang memiliki gaji lebih dari 5000, perintah SQL yang benar adalah:

SELECT * FROM employees WHERE salary > 5000;

SELECT * FROM employees WHERE salary < 5000;

SELECT name, salary FROM employees WHERE salary = 5000;

SELECT * FROM employees salary > 5000;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah SQL untuk menggabungkan dua tabel berdasarkan kolom yang sama adalah:

JOIN

UNION

INTERSECT

GROUP BY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari pernyataan berikut yang digunakan untuk mendefinisikan sebuah tabel baru dalam SQL?

CREATE TABLE

INSERT INTO

ALTER TABLE

UPDATE TABLE

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?