Define the following:
a. Data Integrity
b. Data Inconsistency
c. Composite Primary Key
d. Relationship (with respect to DBMS) e. Report
Answers
Answer:
Relationship
1-Data integrity is the maintenance of, and the assurance of, data accuracy and consistency over its entire life-cycle and is a critical aspect to the design, implementation, and usage of any system that stores, processes, or retrieves data. Wikipedia
2-When the same data exists in different formats in multiple tables.
3-In database design, a composite key is a candidate key that consists of two or more attributes that together uniquely identify an entity occurrence
4-A relationship in a DBMS, is primarily the way two or more data sets are linked.
5-to give people information about what you have seen, heard, done, etc.
Answer:
All the definitions has been mentioned below:
Explanation:
Data Integrity: Because a DBMS contains several databases, data integrity is critical. It signifies that the data in the database is correct and consistent.
Data Inconsistency: Data inconsistency occurs when the same data appears in many tables in different forms. Which can deliver untrustworthy or meaningless information.
composite primary key: A composite primary key is also known as a composite key. A primary key for a table is formed by combining two or more columns.
Relationship: A relationship is a link or connection that exists between two or more tables. We don't need to insert the identical data in separate tables when we relate two tables. In DBMS, a connection is the way two or more data sets are linked, i.e., any association between two entity types is referred to as a relationship. So an entity participates in the interaction and is represented by a diamond shape.
Report: a report or declaration that describes an occurrence, condition, or the like in detail, usually as a consequence of observation, inquiry, etc.:
Find more about this here:
https://brainly.in/question/48902948
#SPJ3