Lab 2
Lab 2
1.1 Create the following table : KURSUS (use CREATE TABLE command)
1.2 INSERT 5 (FIVE) courses in the table KURSUS (use INSERT command)
1.3 DISPLAY ALL the records in table KURSUS (use SELECT command)
2.1 Create the following table : PENSYARAH (use CREATE TABLE command)
2.2 INSERT 5 (FIVE) pensyarah in the table PENSYARAH (use INSERT command)
2.3 DISPLAY ALL the records in table PENSYARAH (use SELECT command)
3.1 Create the following table : SEMESTER (use CREATE TABLE command)
3.2 INSERT 3 (THREE) semester in the table SEMESTER (use INSERT command)
3.3 DISPLAY ALL the records in table SEMESTER (use SELECT command)
4.1 Create the following table : PENDAFTARANKURSUS (write the folloeing codes in your SQL)
4.2 INSERT 3 (THREE) registration information in the table PENDAFTARANKURSUS (use INSERT
command)
4.3 DISPLAY ALL the records in table PENDAFTARANKURSUS (use SELECT command)