0:00 To summarize, we're going to do relational design by decomposition. 0:03 We're going to start by specifying mega 0:05 relations that contain all the 0:06 information that we want to capture, 0:08 as well as specifying properties of 0:10 the data usually reflecting the real world in some fashion. 0:13 The system can automatically decompose 0:15 the mega-relations into smaller relations 0:17 based on the properties we specify, 0:19 and guarantee that the final 0:21 set of relations have certain 0:22 good properties captured in a normal form. 0:25 They will have no anomalies, and they'll be guaranteed not to lose information. 0:29 We'll start by specifying properties as 0:31 functional dependencies and from 0:33 there the system will guarantee Boyce-Codd 0:34 Normal Form and then we'll 0:36 add to that properties specified as 0:38 multi-value dependencies, and from 0:40 there the system will guarantee fourth 0:41 normal form, which is even 0:43 stronger than Boyce-Codd Normal Form and 0:45 is generally thought to be good relational design.