RPL SMK

Quiz
•
Education, Computers
•
1st - 3rd Grade
•
Hard
BPJSKes Wnsb
Used 16+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Tipe data apakah yang panjang maksimalnya 255 karakter dapat menerima huruf, angka, spasi,dan tanda baca?
Text
Memo
Number
Currency
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Pada tahun berapa MySQL diciptakan?
MySQL pada awalnya diciptakan pada tahun 1977
MySQL pada awalnya diciptakan pada tahun 1979
MySQL pada awalnya diciptakan pada tahun 1987
MySQL pada awalnya diciptakan pada tahun 1997
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Tampilkan last name dengan huruf capital dimana last name nya di awali dengan huruf ‘A’?
SQL> select upper(last_name),salary from employees where last_name 'A%';
SQL> select upper(last_name),salary from employees where last_name like 'A%'
SQL> select upper(last_name),salary from employees where last_name like 'A';
SQL> select upper(last_name),salary from employees where last_name like 'A%;
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Hapus hak akses delete dari user sosa?
Revoke delete on karyawan from sosa;
Revoke delete on karyawan sosa;
Revoke delete karyawan from sosa;
Revoke delete on karyawan from sosa
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Buatlah kolom NIP sebagai primary key pada table karyawan?
SQL> alter table karyawan add constraint pk_nip primary key nip;
SQL> alter table karyawan add constraint pk_nip primary key (nip)
SQL> alter table karyawan add constraint pk_nip primary key (nip);
SQL> alter table karyawan add constraint pk nip primary key (nip);
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Buat lah barang dengan field kode_barang char(6),nama barang varchar2(25),satuan_barang varchar2(20) dan stok_barang number(4) primary key adalah kode barang ?
create table barang(
kode_barang char(6),
nama_barang varchar2(25),
satuan_barang varchar2(20),
stock_barang number(4),
constraint pk_barang primary key(kode_barang)
);
create table barang(
kode_barang char(6)
nama_barang varchar2(25)
satuan_barang varchar2(20)
stock_barang number(4)
constraint pk_barang primary key(kode_barang)
);
create table barang(
kode_barang char(6),
nama_barang varchar2(25),
constraint pk_barang primary key(kode_barang)
);
create table barang(
kode_barang char(6),
nama_barang varchar2(25),
satuan_barang varchar2(20),
stock_barang number(4),
constraint pk_barang primary key(kode_barang)
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Buatlah kolom email pada table pegawai sebagai kolom unique?
SQL> alter table karyawan add constraint uq_email unique (email);
SQL> alter table karyawan add constraint uq_email unique (email)
SQL> alter table karyawan on constraint uq_email unique (email);
SQL> alter table karyawan on constraint uq_email unique (email);
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
STS BAHASA INDONESIA

Quiz
•
1st - 5th Grade
30 questions
PERALATAN DAN PERLENGKAPAN KANTOR

Quiz
•
3rd Grade
34 questions
Peribahasa (2)

Quiz
•
1st - 5th Grade
30 questions
Penilaian KD.3.2 PPKn Kelas XII Semester 1

Quiz
•
3rd Grade
30 questions
REMEDIAL BHS. INDONESIA

Quiz
•
1st - 5th Grade
35 questions
Perabot Kantor

Quiz
•
1st Grade
38 questions
Quiz 1 - Basis Data

Quiz
•
1st Grade
30 questions
IAW_2AS3_Wordpress-1

Quiz
•
2nd Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade