Basic SQL

Basic SQL

Professional Development

10 Qs

quiz-placeholder

Similar activities

Pertemuan sembilan

Pertemuan sembilan

Professional Development

6 Qs

Talkshow AI - FPTPoly - KM - XLDL

Talkshow AI - FPTPoly - KM - XLDL

Professional Development

10 Qs

Software Crafting Serbia Essentials: SQL#1

Software Crafting Serbia Essentials: SQL#1

Professional Development

10 Qs

TestComputerSkill Vol.2

TestComputerSkill Vol.2

Professional Development

10 Qs

Quiz 14 Creare

Quiz 14 Creare

Professional Development

10 Qs

SQL Query I - Soal Serius

SQL Query I - Soal Serius

Professional Development

10 Qs

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Quiz 13 Proiectare

Quiz 13 Proiectare

Professional Development

10 Qs

Basic SQL

Basic SQL

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Isna Khairani

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?