29
controlled
, Yang terjemahannya adalah database adalah kumpulan
dari data yang terintegrasi yang diatur secara terpusat dan terkontrol.
2.2.17.2
Pengertian Key dan Foreign Key
Menurut Satzinger, et.al (2012:347), A key is an attribute
or set of attributes, the values of which occur only once in all the rows
of the table. Yang terjemahannya adalah primary key adalah sebuah
atribut dari kumpulan atribut, hasil dari yang mana terjadi hanya
sekali dalam semua baris tabel.
Menurut Satzinger,
et.al (2012:347),
Foreign key is an
attribute,
that duplicates the primary key of a different (or foreign)
table.
Yang terjemahannya adalah foreign key
adalah atribut yang
merupakan salinan dari primary key dari table yang berbeda.
2.2.17.3
Pengertian SQL
Menurut Deliana, et al (2009:6) SQL (Structured Query
Language) adalah sebuah bahasa yang dipergunakan untuk mengakses
data dalam basis data relasional. Bahasa ini secara de facto merupakan
bahasa standar yang digunakan dalam manajemen basis data
relasional.
2.2.17.4
Pengertian Tahap Pengembangan SQL
Menurut Taylor (2011:130) In developing any system, you
start at the beginning and go through to the end, and it's no different
with SQL. The following list shows you what to consider at each
phase of the SQL development lifecycle:
1.
Definition Phase: Precisely define the problem to be
solved, its magnitude, and who will work on it
2.
Requirements Phase: Develop a detailed description of
exactly what the development effort will produce.
Gather all relevant information and put it into a
requirements document (Statement of Requirements).
Get client sign off
|