CIS4365: Database Applications Fall, 2017 |
How are Relational DBMS classified? There are four types of classification for Relational DBMS:
The Standard to define these classifications base on eight relational algebra functions:
Multiple choices: 1. What type of relational algebra functions will be accepted by minimally rational? A. Intersection function, Join function and Divide function B. Select function, Project function and Join function C. Union function, Select function and Divide function D. None of above. Answer: B Short questions: 1. How does Join function work? Answer: It combines recordsets based on the comparison of one or more common fields. 2. What's the requirement for entity integrity rule? Answer: Null value is not allowed in this primary key field |