Basic SQL

Basic SQL

Professional Development

10 Qs

quiz-placeholder

Similar activities

SkillBooster - 30092022

SkillBooster - 30092022

Professional Development

15 Qs

Consulta Base de datos

Consulta Base de datos

12th Grade - Professional Development

5 Qs

SQL QUERIES EXAMINATION

SQL QUERIES EXAMINATION

Professional Development

15 Qs

BIG DATA DAY 3 Quiz

BIG DATA DAY 3 Quiz

Professional Development

15 Qs

Reboot Quiz

Reboot Quiz

Professional Development

15 Qs

Table relationships, SQL and Pandas joins

Table relationships, SQL and Pandas joins

Professional Development

10 Qs

Intro to DBT and Data Layers Quiz

Intro to DBT and Data Layers Quiz

Professional Development

15 Qs

GO4! Quiz Zeriuz Day 16

GO4! Quiz Zeriuz Day 16

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?