Tuesday, February 8, 2011
Databases @ 3:30 AM
~Databases~
- Single tables are flat file databases that can have redundant data where the same data is repeated multiple times over
- Relational databases have multiple tables with minimised redundant data
- Relational databases also have key fields to link the tables (ID field)
- The primary key uniquely identifies a record through not every table has one
- In each field the specific data type has to be defined
- Data types in a database include; text (alpha numeric), numeric, Boolean (yes/no or true/false or 0/1), memo ("unlimited" length), date and time, objects (digital-images, audio, video, documents), HTML
- Database Management System (DBMS)