This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Kamis, 16 Januari 2014

Membuat tabel PBQ

Tugas 1

  1. Buatlah database baru dengan menggunakan Ms. Access dan simpan dengannama TUGAS1.mdb
  2. Buatlah Sistem DSN baru pada ODBC Data Source dengan nama Dbnamaanda untuk menghubungkan dengan database yang anda buat tadi.
  3. Aktifkan SQL Developer dan koneksikan dengan ODBC yang baru saja anda buattadi
  4. Buatlah tabel baru dengan nama KBP053 dengan field-field sebagai berikut :
  5. Isikan tabel tersebut dengan 7 orang nama teman-teman anda satu kelas
  6. Tampilkan isi tabel tersebut
Download Software ODBC Query tool disini.
                                            --- Selamat Mengerjakan ---

*berikut syntak pengerjaan soal@2 diatas


CREATE TABLE KBP053 (NPM CHAR(14),NAMA CHAR(20),ALAMAT CHAR(30),TGLLAHIR DateTime,UMUR Single,JENJANG CHAR(2));
CREATE TABLE KBP053 (NPM CHAR(14),NAMA CHAR(20),ALAMAT CHAR(30),TGLLAHIR DateTime,UMUR Single,JENJANG CHAR(2),CATATAN Memo);
ALTER TABLE KBP053 ADD CATATAN Memo;
insert into kbp053
values ('110451220001','Agus Kurniawan','Semarang',8/5/1987,26,'S1','halo... saya agus..');
insert into kbp053
values ('110451220002','Ahmad Sobirin','Semarang',9/9/1987,26,'S1','birin guys...');
insert into kbp053
values ('110451220003','Adi Riyadi','Mranggen',11/1/1984,30,'S1','pak adi riyadi lho...');
insert into kbp053
values ('110451220004','Andreas','Purwokerto',10/20/1988,25,'S1','temen manggil aku niceboy.');
insert into kbp053
values ('110451220005','Ari Famuji','Demak',3/23/1988,25,'S1','master coding...');
insert into kbp053
values ('110451220006','Andi Kurniawan','Semarang',12/5/1980,23,'S1','aku paling muda bro...');
insert into kbp053
values ('110451220007','Beny Andriyanto','Mranggen',11/20/1986,30,'S1','pak guru...');

select*from kbp053;

alter table kbp053
alter column TGLLAHIR Date;  

insert into kbp053 (nama,tgllahir)
values ('Agus Kurniawan','8/5/1987');

UPDATE kbp053 
SET TGLLAHIR = '8/5/1987'
WHERE NAMA= 'Agus Kurniawan';

UPDATE kbp053 
SET TGLLAHIR = '9/9/1987'
WHERE NAMA= 'Ahmad Sobirin';

UPDATE kbp053 
SET TGLLAHIR = '11/1/1984'
WHERE NAMA= 'Adi Riyadi';

UPDATE kbp053 
SET TGLLAHIR = '10/20/1988'
WHERE NAMA= 'Andreas';

UPDATE kbp053 
SET TGLLAHIR = '3/23/1988'
WHERE NAMA= 'Ari Famuji';

UPDATE kbp053 
SET TGLLAHIR = '12/5/1980'
WHERE NAMA= 'Andi Kurniawan';

UPDATE kbp053 
SET TGLLAHIR = '11/20/1986'
WHERE NAMA= 'Beny Andriyanto';

Syntax SQL

1. Create New Table :

CREATE TABLE nama_table ( field1 type(size), field2 type(size), ... ) Ø Pembuatan Nomor berurutan dalam Ms. Access CREATE TABLE karyawan ( nip autoincrement(10, 2), nama char(25)), .... ) Kenaikan angka No. awal Contoh : CREATE TABLE karyawan ( nama char(35), pekerjaan char(25), gaji single, mkerja integer )

 Download Materi syntax Dasar disini.

Rabu, 15 Januari 2014

Contoh Instalasi chat pada akhir catatan :

Testing instalasi Chat pada setiap entri blog
Try Relay: the free SMS and picture text app for iPhone.