Tipe data apakah yang panjang maksimalnya 255 karakter dapat menerima huruf, angka, spasi,dan tanda baca?
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
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 Quizizz
30 questions
2EA19-TEKNOSIM2

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

Quiz
•
1st Grade
30 questions
BASIS DATA 1

Quiz
•
1st Grade - University
31 questions
ADMINISTRASI PERKANTORAN

Quiz
•
1st - 3rd Grade
40 questions
SARANA PRASARANA

Quiz
•
3rd Grade
40 questions
EKONOMI (LM)

Quiz
•
1st Grade
40 questions
DBtest

Quiz
•
2nd Grade
30 questions
Asas Sains komputer tingkatan 3

Quiz
•
3rd Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Education
10 questions
American Flag

Quiz
•
1st - 2nd Grade
14 questions
IREAD-3 Practice Test

Quiz
•
3rd Grade
10 questions
Identifying equations

Quiz
•
KG - University
10 questions
Perimeter of Polygons!

Quiz
•
3rd Grade
10 questions
2nd Grade math review

Quiz
•
2nd Grade
20 questions
Math Review

Quiz
•
3rd Grade
18 questions
Traits

Quiz
•
3rd Grade
16 questions
Chapter 8 - Getting Along with your Supervisor

Quiz
•
3rd Grade - Professio...