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
DP203_02

Quiz
•
1st Grade
40 questions
ASK SQL T3

Quiz
•
3rd Grade
38 questions
Quiz 1 - Basis Data

Quiz
•
1st Grade
40 questions
Basis Data XI

Quiz
•
1st - 3rd Grade
40 questions
QUIZ_4

Quiz
•
1st Grade
31 questions
ADMINISTRASI PERKANTORAN

Quiz
•
1st - 3rd Grade
30 questions
Penghargaan Pegawai

Quiz
•
1st Grade - University
30 questions
Asas Sains komputer tingkatan 3

Quiz
•
3rd Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Education
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
9 questions
A Fine, Fine School Comprehension

Quiz
•
3rd Grade
12 questions
Passport Quiz 1

Quiz
•
1st - 5th Grade
10 questions
Place Value

Quiz
•
3rd Grade
8 questions
Writing Complete Sentences - Waiting for the Biblioburro

Lesson
•
3rd Grade
10 questions
Third Grade Angels Vocab Week 1

Quiz
•
3rd Grade
12 questions
New Teacher

Quiz
•
3rd Grade