Benefits Of Storing Data Using Databases

benefits of storing data using databases

What are the benefits of storing data using databases? Discuss three levels of database system architecture in detail. These days, almost every company stores their data in a database. An organised set of data that can be quickly and readily accessed, controlled, and updated is called a database.Lets see the benefits of storing data using … Read more

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