Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add answer for Quiz 2 - Data Models Quiz #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Fixed schema of a particular database.
- A tuple that cannot be reduced.
- A column or row of data. Depends on the context.
- One unit of information that cannot be decomposed.
- **One unit of information that cannot be decomposed.**

### 3. What is the Pareto-Optimality problem?

Expand Down Expand Up @@ -59,4 +59,4 @@ Suppose we collect data month by month. Each month, we would have a batch of dat
### 9. Suppose 100 people signup for our system and of the 100 people, 60 of them did not input an address. The system lists the values as NULL for these empty entries in the address field. Would this situation still have structure for our data?

- No because the majority of data do not have a specific field filled, thus our originally defined structure is lost.
- **Yes the data has structure because we have placed a structural constraint on the data, thus the data will always have the originally defined structure.**
- **Yes the data has structure because we have placed a structural constraint on the data, thus the data will always have the originally defined structure.**