Week_1-3 Flashcards
1
Q
Name a few points about Flat File System.
A
Ordinary Operating system files. Contain no information to communicate the file structure or any relationship between files. No physical data independence Data redundancy No data intergrity
2
Q
What does a database require?
A
Data
Hardware that physically stores the data.
Software that manages the hardware to store data.
Users.
3
Q
Name a few points about The Relational Model.
A
Flexible
Ideal for “ad hoc” queries
Relates records as they are needed, using their data alone.
Foreign data keys are used instead of pointers.
Examples: ORACLE, MySQL, SQL Server.
4
Q
Rules of Relational Tables:
A
Ordering of rows is not significant.
Ordering of columns is not significant
A cell contains only one value
No duplicate rows.
5
Q
What is a composite key?
A
A primary key that can be composed of more than one attribute.