Learning Journal Week 3

1. ) 3rd normal form is basically a set of guidelines used to normalize databases. At the third level, the rule is that in tables where multiple columns are part of the key, the other columns should depend on the information in all key columns. This is important because if non-key columns are related to one column in the key but not others, it suggests that some columns of the data aren't closely related. The data would be better organized in separate tables to simplify access and maintenance.


2.) A SQL view is a way to display information found in one or more tables, but in a customized way with SQL queries. Views also help with reusability when the data needs to be displayed in a way that's much different than the underlying table saved in memory, or requires complex queries.

Comments

Popular posts from this blog

Module 4

Module 8

Module 3