Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » MYSQL Syntax

MYSQL Syntax

CREATE TABLE absen (
id_absen int(11)NOT NULL AUTO_INCREMENT  PRIMARY KEY,
nis int(4),
id_semeseter int(1),
tanggal date,
absen varchar(1)
)

 

CREATE TABLE siswa(
nis int(4)NOT NULL  PRIMARY KEY,
nama varchar(50),
id_kelas int(2)
)engine=InnoDB

Filed under: 7. Operating System

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>