From 06136c12c4102e493582e0dec15bdc379c863bf5 Mon Sep 17 00:00:00 2001 From: Saisha Kashyap <45682474+SaishaKashyap@users.noreply.github.com> Date: Mon, 24 May 2021 23:02:07 +0530 Subject: [PATCH] Add answer for Quiz 2 - Data Models Quiz --- .../Quiz 2 - Data Models Quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02 - Big Data Modelling and Management Systems/Quiz 2 - Data Models Quiz.md b/02 - Big Data Modelling and Management Systems/Quiz 2 - Data Models Quiz.md index a4b0557..5320d20 100644 --- a/02 - Big Data Modelling and Management Systems/Quiz 2 - Data Models Quiz.md +++ b/02 - Big Data Modelling and Management Systems/Quiz 2 - Data Models Quiz.md @@ -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? @@ -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.** \ No newline at end of file +- **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.**