Chapter 4 Data Management Flashcards
What are the responsibilities of Data Owners?
authorizing new user access and ensuring that access to data is updated upon user employment changes (e.g., termination, promotion, or transfers).
What do Gateways Do in a business model?
represent decision paths in a business process. They help model conditional behavior and control the flow of the process based on conditions or events.
How Many Keys does Symmetric encryption use?
One is used to both encrypt and decrypt information. They must exchange the key so that it can be used in the decryption process
Who Sets the policies and procedures for Data governance?
The Data Governance Committee
What is Data Collecting?
Gather data from different sources
What Step in Data Integration Ensures Data quality and accuracy?
Data Cleansing
What is Data transformation?
Convert Data into a common format
What is the first stage of the Data lifecycle? What happens
Planning- The business identifies info used in the processes
What is the second stage of the Data lifecycle? What happens
Design - development info standards and procedures
What is the third stage of the Data lifecycle? What happens
build/acquire - records are created or bought
What is the 4th stage of the Data lifecycle? What happens
use- data is stored and available to use and shared
What is the 5th stage of the Data lifecycle? What happens
monitoring - procedures are put in place to ensure its up to date and accurate.
What are the Key Components of an AIS System?
Financial Transactions, reporting, Data storage, and compliance
What is Data Reorganization?
Deletion of Unused space in the database
what is data Restructuring?
Performing Physical and Logical Physical Changes
What are Job Stream Checkpoints?
used to Minimize Data loss and to recover data after a system Failure
What are the 3 advantages of the Hierarchical Data model?
- Proven performance,
- SImplicity
- Reduction of Data Dependency
describes the properties of a hierarchical database model
- A model always starts with a root node.
- A parent node must have at least one dependent node.
- Every node except the root must be accessed through its parent node.
- Except at level 1—the root node—the dependent node can be added horizontally as well as vertically with no limitation.
- There can be several occurrences of each node at each level.
- Every node occurring at level 2 must relate to one and only one node occurring at level 1, and the node is repeated downward.
What is the relational database model?
it is recognized as the most suitable for laymen and end users because of its basic formulation.
Query language innovations use this model
What database model can be related to a family tree concept, where the parents can have no children, one child, or more than one child?
Hierarchical
What data model is depicted using blocks and arrows? A block represents a record type or an entity.
Network
What database model consists of columns equal to data elements in a conventional file and rows equal to data records in a traditional file, represented in a table?
Relational
Which of the data joins
1. Combines data from two tables
2. Only returns a match in both tables
Inner join
Ex- show me customers who have placed orders
What data join
1. Returns all rows from the left table and matching ones from right
2. Will return “null” if no match in right table
Left join
Ex- show me all customers, even if they haven’t placed an order