Weakness of Database Management System
Impedance Mismatch** Computational incomplete
Example : select * from mahasiswa where nim > 100
if nim > 10000 then ...
select * menghasilkan multiple row (common database can do this),
but in other way IF hanya mengolah 1 field.
to solve this problem we can use [CURSOR]
Message vs Method
Message adalah proses pemanggilan fungsi.
Method adalah isi fungsi tersebut. Misalnya kalau fungsi hitung, maka disebut process hitungnya
Inheritance
Method diturunkan Attributte diturunkan
Subekti
Advance Database System (ADS)
Impedance Mismatch** Computational incomplete
Example : select * from mahasiswa where nim > 100
if nim > 10000 then ...
select * menghasilkan multiple row (common database can do this),
but in other way IF hanya mengolah 1 field.
to solve this problem we can use [CURSOR]
Message vs Method
Message adalah proses pemanggilan fungsi.
Method adalah isi fungsi tersebut. Misalnya kalau fungsi hitung, maka disebut process hitungnya
Inheritance
Method diturunkan Attributte diturunkan
Subekti
Advance Database System (ADS)
Tidak ada komentar:
Posting Komentar