Podcast
Questions and Answers
What are three categories that describe the nature of information resources?
What are three categories that describe the nature of information resources?
Give an example of each category of information.
Give an example of each category of information.
Structured information: sales transaction records with clearly defined fields, such as customer number, item number, and amount. Unstructured information: a manila folder containing assorted items about a lawsuit, such as photos, notes, and articles. Semi-structured information: a web page with a title, subtitle, content, and a few images.
How do you characterize the relationships within each category of information?
How do you characterize the relationships within each category of information?
Structured information: relationships are straightforward and easily identifiable, such as a customer's order being directly linked to the customer record. Unstructured information: relationships are difficult to identify, and the information is often stored in a disorganized manner. Semi-structured information: relationships are easier to query and combine than unstructured information, but they lack the strong structure of fully structured data.
What is Metadata?
What is Metadata?
Signup and view all the answers
What does Metadata describe for structured information?
What does Metadata describe for structured information?
Signup and view all the answers
What are the characteristics of information that affect quality (select all that apply)?
What are the characteristics of information that affect quality (select all that apply)?
Signup and view all the answers
What were the early design approaches to managing information resources?
What were the early design approaches to managing information resources?
Signup and view all the answers
What are the advantages of Hierarchical Databases?
What are the advantages of Hierarchical Databases?
Signup and view all the answers
What are the advantages of Network Databases?
What are the advantages of Network Databases?
Signup and view all the answers
What are the advantages of Relational Databases?
What are the advantages of Relational Databases?
Signup and view all the answers
What are the steps in planning a relational data model?
What are the steps in planning a relational data model?
Signup and view all the answers
What is the benefit of planning a relational data model?
What is the benefit of planning a relational data model?
Signup and view all the answers
What is a Primary Key?
What is a Primary Key?
Signup and view all the answers
What is a Foreign Key?
What is a Foreign Key?
Signup and view all the answers
How are Primary and Foreign Keys used to create links between tables in a relational database?
How are Primary and Foreign Keys used to create links between tables in a relational database?
Signup and view all the answers
What is the typical strategy to access a database?
What is the typical strategy to access a database?
Signup and view all the answers
How do users access an Access Database?
How do users access an Access Database?
Signup and view all the answers
What are other strategies for accessing a database?
What are other strategies for accessing a database?
Signup and view all the answers
What is the role of the Database Administrator (DBA)?
What is the role of the Database Administrator (DBA)?
Signup and view all the answers
What is the career outlook for Database Administrators?
What is the career outlook for Database Administrators?
Signup and view all the answers
What is SQL?
What is SQL?
Signup and view all the answers
How is SQL used to query a database?
How is SQL used to query a database?
Signup and view all the answers
What is a Shadow System?
What is a Shadow System?
Signup and view all the answers
Why are Shadow Systems used?
Why are Shadow Systems used?
Signup and view all the answers
How are Shadow Systems managed?
How are Shadow Systems managed?
Signup and view all the answers
What are the advantages of Shadow Systems?
What are the advantages of Shadow Systems?
Signup and view all the answers
What is Master Data Management (MDM)?
What is Master Data Management (MDM)?
Signup and view all the answers
What is a Data Steward?
What is a Data Steward?
Signup and view all the answers
What is the role of Master Data Management in an organization's integration strategy?
What is the role of Master Data Management in an organization's integration strategy?
Signup and view all the answers
What is a Data Warehouse?
What is a Data Warehouse?
Signup and view all the answers
What are the three steps in building a Data Warehouse?
What are the three steps in building a Data Warehouse?
Signup and view all the answers
What is meant by "Extract" in a Data Warehouse?
What is meant by "Extract" in a Data Warehouse?
Signup and view all the answers
What is meant by "Transform" in a Data Warehouse?
What is meant by "Transform" in a Data Warehouse?
Signup and view all the answers
What is meant by "Load" in a Data Warehouse?
What is meant by "Load" in a Data Warehouse?
Signup and view all the answers
What are examples of internal sources of data for a data warehouse?
What are examples of internal sources of data for a data warehouse?
Signup and view all the answers
What are four examples of Data Warehouse Architectures?
What are four examples of Data Warehouse Architectures?
Signup and view all the answers
Which Data Warehouse Architecture is suitable to meet today's growing demand for real-time information?
Which Data Warehouse Architecture is suitable to meet today's growing demand for real-time information?
Signup and view all the answers
What are the defining features of Big Data (select all that apply)?
What are the defining features of Big Data (select all that apply)?
Signup and view all the answers
What is Data Mining?
What is Data Mining?
Signup and view all the answers
What is the difference between Data Mining and Data Dredging?
What is the difference between Data Mining and Data Dredging?
Signup and view all the answers
What is the goal of Data Mining?
What is the goal of Data Mining?
Signup and view all the answers
What are examples of Databases Without Boundaries?
What are examples of Databases Without Boundaries?
Signup and view all the answers
How do ownership issues affect information management?
How do ownership issues affect information management?
Signup and view all the answers
How do information management needs differ among stakeholder groups (select all that apply)?
How do information management needs differ among stakeholder groups (select all that apply)?
Signup and view all the answers
Study Notes
Information Categories
- Structured information is organized and ordered, broken down into parts like facts or data. A sales transaction with fields for date, customer, item, and amount is an example. Relationships are straightforward, like a customer order relating to a customer record.
- Unstructured information has no inherent order or structure. Examples include assorted documents or items about a legal case (e.g., photos, handwritten notes, and articles). Relationships are difficult to identify.
- Semi-structured information has some structure but less than fully structured information. Web pages, with titles, subtitles, and content are examples. Relationships are easier to query and combine than unstructured data, but lack the strong structure of structured data.
Metadata
- Metadata describes data about data (clarifies information).
- Structured metadata for information describes the field definitions, tables, and relationships in information. Eg. a field called BirthDate is of data type Date/Time and format MM/DD/YYYY.
- Unstructured metadata describes properties of a document or resource. For a photo, metadata might include the date taken, photographer, keywords like beach or vacation.
Information Quality
- Accuracy: errors in dates, spelling, or prices affect quality (e.g., incorrect zip code).
- Precision: estimations with varying degrees of accuracy; "about 2 miles" for property surveys is inappropriate.
- Completeness: omission of certain information may need to be accounted for (e.g., house number to process an order)
- Consistency: conflicting definitions across different data gathering methods regarding information, resulting in incorrect or incomplete summaries.
- Timeliness: outdated data has less value than up-to-date data (e.g stock trading with a fraction of a second).
- Bias: lack of objectivity, may lead to misleading data like a manager trying to make a summary report seem greater, by including canceled orders
- Duplication: repetitive information, for example, a customer listed more than once in a database due to changes in address.
Early Database Management Approaches
- File processing systems: each department manages and stores its own records (e.g., payroll, HR). Problems arise from data redundancy, inconsistent definitions, and a lack of data integration.
- Hierarchical databases: tree-like structure for one-to-many relationships. Difficult to manage many-to-many relationships.
- Network databases: more flexible than hierarchical ones. They can handle many-to-many relationships more easily but are complex to manage.
- Relational databases: most widely used, organize data in tables linked by matching fields. Highly flexible and simple to manage complex relationships. More common in current systems.
Database Access Strategies
- Typical strategy: application interface (web-based forms) for users to enter, edit, or retrieve data securely.
- Other techniques: query languages (SQL), IVR systems, mobile apps, or natural language interfaces for specific tasks.
Database Administrator (DBA) Role
- Responsible for the efficient operation and management of databases. The key duties of DBAs include monitoring, optimizing, and troubleshooting systems, setting up new databases, and handling security issues. The responsibilities include resolving problems, building innovative applications and adhering to the company's database needs.
- Career outlook is strong, with projected growth and a median salary of $87,200.
Structured Query Language (SQL)
- Standard language for manipulating data in relational databases.
- Used for creating, reading, updating, and deleting information in databases.
Databases Without Boundaries
- Databases managed by parties outside the enterprise (e.g., Craigslist, Instagram, Google Person Finder).
Information Ownership Issues
- Conflicts arise from information ownership perspectives of different stakeholder groups,
- Top-level management requires high-level data insights.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Test your understanding of the different types of information: structured, unstructured, and semi-structured. Additionally, explore the importance of metadata and its various forms, especially structured metadata. This quiz will help solidify your grasp on organizing and understanding data.