Back to Search Start Over

Working with Multiple Tables.

Authors :
Power, David
Source :
Essential Guide to Dreamweaver CS3 with CSS, Ajax & PHP; 2007, p519-569, 51p
Publication Year :
2007

Abstract

In Chapter 14, I explained that an important principle of working with a relational database was the need to break larger units, such as addresses or names, into their component elements and store them in separate columns. Another equally important principle is to get rid of columns that contain repetitive data and move them to a separate table. As long as each record has a primary key to identify it, records in separate tables can be linked by storing the primary key from one table as a reference in the other. This is known as creating a foreign key. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISBNs :
9781590598597
Database :
Supplemental Index
Journal :
Essential Guide to Dreamweaver CS3 with CSS, Ajax & PHP
Publication Type :
Book
Accession number :
33080645
Full Text :
https://doi.org/10.1007/978-1-4302-0288-2_16