KUIS BASIS DATA X RPL

KUIS BASIS DATA X RPL

Vocational training

10 Qs

quiz-placeholder

Similar activities

DDL

DDL

University

15 Qs

SQL Programming

SQL Programming

1st - 3rd Grade

15 Qs

Databases Quiz

Databases Quiz

6th - 8th Grade

10 Qs

Pretest 2

Pretest 2

University

10 Qs

Learning SQL

Learning SQL

11th - 12th Grade

15 Qs

Asesmen Diagnostik(Pretest)_DML_Kelas 11

Asesmen Diagnostik(Pretest)_DML_Kelas 11

11th Grade

10 Qs

KUIS 1 PKK KELAS XII TKJ SMK TARUNA PEKANBARU

KUIS 1 PKK KELAS XII TKJ SMK TARUNA PEKANBARU

12th Grade

10 Qs

PRETEST BASIS DATA KELAS 11

PRETEST BASIS DATA KELAS 11

11th Grade

10 Qs

KUIS BASIS DATA X RPL

KUIS BASIS DATA X RPL

Assessment

Quiz

Computers

Vocational training

Medium

Created by

Ruspisah Ruspisah

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

Mysql Merupakan

Sebuah database server yang free

Sebuah database server yang kadang free kadang berbayar

sebuah database server yang berbayar

2.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

Sql adalah

sebuh bahasa permintaan java yang terstruktur

sebuah database saja

sebuah bahasa permintaan database yang terstruktur dan free

3.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

SQL dibagi menjadi 3 yaitu

DDL, DFL, DGL

DDL, DML, DCL

DDL, DML, DFL

4.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

perhatikan query yang benar dibawah ini

update table_siswa kelas='dua belas ' where id=01;

update table_siswa set kelas='dua belas ' where id='01';

update table_siswa set kelas='dua belas ' where id='01'

5.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

Untuk menampilkan struktur kolom pada tabel mahasiswa menggunakan query

select*from mahasiswa;

select from mahasiswa;

desc mahasiswa

6.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

Query untuk menghapus data pada tabel mahasiswa adalah

delete * from mahasiswa;

delete*from mahasiswa where id='011';

drop mahasiswa;

7.

MULTIPLE CHOICE QUESTION

5 sec • 10 pts

Query untuk menambah kolom hobi tipe data varchar (50) pada tabel mahasiswa adalah

alter table mahasiswa hobi varchar (50);

alter table mahasiswa add varchar (50) hobi;

alter table mahasiswa add hobi varchar (50);

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?