Basis Data

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Darmawan Ajeh
Used 105+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1. Cara menghapus table barang
A. drop table * barang;
B. drop table barang;
C. drop table barang;
D. drop table_barang;
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. Tamplikanlah seluruh field yang berada didalam tabel barang
A. select barang;
B. select *from barang;
C. select * barang
D. select * barang;
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3. Buat lah user baru pada table karyawan dengan user = sofyan dan password = sosa
A. SQL create user sofyan identified by sosa;
B. SQL> create user sofyan by sosa;
C. SQL> create user sofyan identified by sosa;
D. SQL> create user sofyan identified by sosa;
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4. Tampilkan last name dengan huruf capital dimana last name nya di awali dengan huruf ‘A’
A. SQL> select upper(last_name),salary from employees where last_name 'A%';
B. SQL> select upper(last_name),salary from employees where last_name like 'A%';
C. SQL> select upper(last_name),salary from employees where last_name like 'A';
D. SQL> select upper(last_name),salary from employees where last_name like 'A%;
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
5. Buatlah kolom NIP pada table karyawan sebagai index?
A. SQL> create index karyawan nip idx on karyawan(nip);
B. SQL> create index karyawan_nip_idx on karyawan(nip)
C. SQL> create index karyawan_nip_idx on karyawan(nip);
D. SQL> create index karyawan_nip_idx karyawan(nip);
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6. Hapus hak akses delete dari user sosa
A. Revoke delete on karyawan from sosa;
B. Revoke delete on karyawan sosa;
C. Revoke delete karyawan from sosa;
D. Revoke delete on karyawan from sosa
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7. Buatlah kolom NIP sebagai primary key pada table karyawan
A. SQL> alter table karyawan add constraint pk_nip primary key nip;
B. SQL> alter table karyawan add constraint pk_nip primary key (nip)
C. SQL> alter table karyawan add constraint pk_nip primary key (nip);
D. SQL> alter table karyawan add constraint pk nip primary key (nip);
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Quiz Basis Data dan SQL

Quiz
•
11th Grade
30 questions
UAS Basis Data Kelas XI RPL Semester Genap TA 19-20

Quiz
•
11th Grade
25 questions
Ulangan smtr 2

Quiz
•
11th Grade
30 questions
PTS Basis Data

Quiz
•
11th Grade
25 questions
Penormalan Data

Quiz
•
11th Grade
30 questions
Ulangan Harian Ke-1 Administrasi Sistem Jaringan 12 Kelas XII TKJ A-B SMK SAKTI GEMOLONG Pengampu pakagso

Quiz
•
12th Grade
32 questions
Prueba App Inventor + SQL

Quiz
•
12th Grade
25 questions
CFT SQL Final Practice

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade