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
40 questions
Vissual Basic

Quiz
•
1st - 6th Grade
40 questions
Lomba Quizizz Rangking 1 (COBA)

Quiz
•
1st - 2nd Grade
35 questions
PAS TEMA 9 Paket 2 kelas 5

Quiz
•
1st - 5th Grade
30 questions
KEPARIWISATAAN OKI ARANTIKA

Quiz
•
KG - University
35 questions
DP-900_02_DADOS_RELACIONAIS

Quiz
•
1st - 3rd Grade
35 questions
Kisi-kisi PPU IPS 2023

Quiz
•
2nd Grade
30 questions
PLBJ - LAMPION

Quiz
•
3rd Grade
30 questions
Microsoft Excel Grade 4

Quiz
•
3rd - 4th 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