Database Management Flashcards
What is a database?
group of related files
What is a file
group of records of same type
What is a record
group of related fields
What is a field
group of characters
What are the problems with traditional file environment?
data redundancy (duplicate) data inconsistency program-data dependence lack of flexibility poor security lack of data sharing, availability
What is a primary key used for
uniquely identify a record
What is a foreign key used for
link 2 or more tables or entities together
What is a secondary key used for
search records
What does normalisation minimise?
minimize redundant data
reduce many to many relationships
What is normalisation also known as
streamlining
What is referred to when we mention ‘key’
attribute
What is the main function of a database
centralise data
What are the two designs/views of data in DBMS?
physical
logical
What are examples of DBMS
oracle
access
Microsoft SQL
DB2
What does DBMS act as an interface between
application and data file