Normalisation

Database Design and Development Topic: Overview of Normalisation concepts MCQs and True/False i. The advantages of normalisation include ________. the elimination of modification anomalies the elimination of duplicated data more complex SQL for multitable subqueries and joins simpler SQL queries ii. The defining characteristic of BCNF is that a table is in BCNF if ________. … Read more

What do you understand by a strong entity and a weak entity? Provide example.

What do you understand by a strong entity and a weak entity? Provide example.

What do you understand by a strong entity and a weak entity? Provide example. A strong entity is complete by itself and is not dependent on any other entity type. EXAMPLE customer(customerID, name,surname) A weak entity is dependent on a strong entity to ensure its existence. Adress(addressid, adressName, customerid) i. What do you mean by … Read more