What is a DBMS?
Why is a DBMS better than a simple file system?
What are the three main levels or abstractions?
What are the 3 main threats to database security?
What is an ER model and what does it contain?
Name 6 attribute types
What are weak entities?
What is functional dependancy?
What are the 4 types of functional dependancy?
What is the functional dependancy closure?
What is the attribute closure?
What is normalisation and what are its advantages?
What anomalies does normalisation help us prevent?
What is first normal form 1NF?
What is second normal form 2NF?
What is third normal form 3NF?
What is a trigger?
Which events can activate triggers?
What is the difference between a BEFORE and AFTER trigger?
How can we use OLD and NEW modifiers in triggers?
What are the benefits of triggers?
How can triggers be used for event handling?
How can we implement multiple triggers/chaining?
What is a stored procedure?