Data Management and Database Systems

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What primarily constitutes data in the context of data management?

  • Encrypted data for security purposes
  • Raw facts that have not been organized (correct)
  • Summarized reports and statistics
  • Processed information ready for analysis

An organization can successfully complete business activities without data or the ability to process it.

False (B)

What is the first step in transforming data into useful information?

Organizing it in a meaningful way

The most basic building block of information is known as a ______.

<p>character</p> Signup and view all the answers

Match each term with its correct definition:

<p>Bit = Circuit that is either on or off Byte = Typically made up of eight bits Character = Basic building block of information Field = Name, number, or combination of characters</p> Signup and view all the answers

Which of the following is a key function of a database management system (DBMS)?

<p>Defining, creating, and maintaining a database (A)</p> Signup and view all the answers

A DBMS allows unrestricted, open access to all data in the database for all users.

<p>False (B)</p> Signup and view all the answers

Name three types of users associated with a database management system.

<p>Programmers, end-users, and administrators</p> Signup and view all the answers

A collection of related, logically coherent data used by application programs within an organization is known as a ______.

<p>database</p> Signup and view all the answers

Match the components of a DBMS with their descriptions:

<p>Hardware = The physical devices on which the database runs Software = The DBMS program that manages the database Data = The actual information stored in the database Users = Individuals accessing or managing the database</p> Signup and view all the answers

In the hierarchy of data, what does a 'record' typically represent?

<p>A group of related fields (B)</p> Signup and view all the answers

In the relational model, data is stored as one-dimensional arrays called models.

<p>False (B)</p> Signup and view all the answers

List three different database models.

<p>Hierarchical, network, relational</p> Signup and view all the answers

In a database, a two-dimensional table is referred to as a ______.

<p>relation</p> Signup and view all the answers

Match the following terms with their corresponding descriptions in a relational database model:

<p>Entity = A class of persons, places or things for which data is stored Attribute = A characteristic or property of an entity, represented as a column Data item = A specific value of an attribute Key = A field or set of fields used to identify a record</p> Signup and view all the answers

What distinguishes a 'primary key' from other fields in a database table?

<p>It uniquely identifies each record. (C)</p> Signup and view all the answers

Data modeling involves detailing and diagramming data entities, but not relationships between them.

<p>False (B)</p> Signup and view all the answers

What is the main goal of entity-relationship (ER) diagrams?

<p>To show the organization of data and relationships</p> Signup and view all the answers

In database management systems, SQL stands for ______.

<p>Structured Query Language</p> Signup and view all the answers

Match the SQL operations with their actions:

<p>Insert = Adds a new record to a table Delete = Removes a record from a table Update = Modifies existing data in a table Select = Retrieves records from a table</p> Signup and view all the answers

What does the SQL 'JOIN' operation primarily achieve?

<p>It combines related data from two or more tables. (D)</p> Signup and view all the answers

End users should determine how a database should be setup and managed.

<p>False (B)</p> Signup and view all the answers

What are some factors to consider when selecting a database management system?

<p>Cost, integration, vendor, size</p> Signup and view all the answers

A ______ decides the content of a database.

<p>user</p> Signup and view all the answers

Match the following terms with their descriptions in regards to SQL operations:

<p>Users = Individuals deciding the content of a database Programmers = Ensuring accuracy through application requirements</p> Signup and view all the answers

Which of these is considered a popular DBMS for end users?

<p>Microsoft Access (D)</p> Signup and view all the answers

In Database as a Service (DaaS), the end-user is responsible for database setup and adminstration.

<p>False (B)</p> Signup and view all the answers

What is the major aspect of a Database as a Service?

<p>Database adminstration</p> Signup and view all the answers

With Database as a Service, the ________ hosts the database network.

<p>client</p> Signup and view all the answers

Match the following terms with their roles:

<p>Database As A Service = Database administration is provided by the service provider</p> Signup and view all the answers

Concerning data warehouses, what is indicated by the phrase "roll up?"

<p>Show a summary of the data (B)</p> Signup and view all the answers

A data warehouse must be stored in the same city as its IT provider.

<p>False (B)</p> Signup and view all the answers

What does a data warehouse help to support?

<p>Management decisions</p> Signup and view all the answers

A ________ is a subset of a data warehouse.

<p>data mart</p> Signup and view all the answers

Match the following terms with their descriptions:

<p>Roll Up = Helps take detailed data to make summary reports Data Warehouse = Data from operating systems to make management decisions</p> Signup and view all the answers

Which answer best describes a data warehouse?

<p>A very large databse (A)</p> Signup and view all the answers

As a data warehouse is utilized, the old data becomes very important and is never purged.

<p>False (B)</p> Signup and view all the answers

How long do data warehouses commonly hold data?

<p>3-10 years</p> Signup and view all the answers

The deletion of unwanted data is know as ________.

<p>data cleaning</p> Signup and view all the answers

Match the following terms with their descriptions in a relational database model:

<p>Verification = Data Collection and Automation DBMS = Maintaining the data</p> Signup and view all the answers

Considering the Elements of Data Warehouses, where does the majority of the information originate?

<p>Relational databases (D)</p> Signup and view all the answers

Data Warehouses follow the command ETL (Extract, Transform, Load)

<p>True (A)</p> Signup and view all the answers

What does OLAP provide?

<p>Multidimensional analysis</p> Signup and view all the answers

Online analytical processing is ________ driven.

<p>query</p> Signup and view all the answers

Flashcards

Data Management

Managing data to complete business activities successfully.

Bit

The most basic unit of data, either on or off.

Byte

A group of bits, typically eight.

Character

A basic building block of information.

Signup and view all the flashcards

Field

A name, number, or combination of characters.

Signup and view all the flashcards

Database Management System (DBMS)

Defines, creates, and maintains a database with controlled data access.

Signup and view all the flashcards

Database

A collection of related, logically coherent data used by application programs.

Signup and view all the flashcards

DBMS Components

Hardware, software, data, users, and procedures.

Signup and view all the flashcards

Hierarchical Model

Tables are organized in a tree-like structure.

Signup and view all the flashcards

Network Model

Entities are organized in a graph, accessed through several paths.

Signup and view all the flashcards

Relational Model

Data is organized in two-dimensional tables called relations.

Signup and view all the flashcards

Entity

A generalized class of people, places, or things (objects).

Signup and view all the flashcards

Attribute

A column in a relation that represent the characteristics of an entity.

Signup and view all the flashcards

Data item

The specific value of an attribute.

Signup and view all the flashcards

Primary Key

A field or set of fields in a record that is used to identify the record uniquely.

Signup and view all the flashcards

Relational Database Model

Describes data using a standard tabular format.

Signup and view all the flashcards

Data Model

A diagram of data entities and their relationships.

Signup and view all the flashcards

Enterprise Data Modeling

Starts by investigating general data and information needs of the organization.

Signup and view all the flashcards

Join Operation

That combines two relations on attributes common to both.

Signup and view all the flashcards

Operations

Defines several operation to create new relations based existing ones

Signup and view all the flashcards

Insert Operation

Unary operation, applied to a single relation, which inserts a new record into the relation

Signup and view all the flashcards

Delete Operation

Unary operation, applied to a single relation, which deletes an existing record defined by a criterion from the relation

Signup and view all the flashcards

Update Operation

Unary operation, applied to a single relation, which changes the value of one or more attributes

Signup and view all the flashcards

SQL operations

SQL is a declarative rather than procedural language, which means that users declare what they want without writing a step-by-step procedure.

Signup and view all the flashcards

Database Management System Factors

Size, integration, Vendor, Cost, Concurrency, performance

Signup and view all the flashcards

Data base Location

The location where DB will be placed

Signup and view all the flashcards

Data Ware House

a database that holds business information from many sources in the enterprise

Signup and view all the flashcards

Database as Service

Data is stored on a service provider's servers and accessed by the client over a network

Signup and view all the flashcards

Decision support

A data warehouse is designed specifically to support management decision making

Signup and view all the flashcards

Data Mart vs Waterhouse

a data mart is a subset of a data warehouse

Signup and view all the flashcards

Data Purge

data that is that is no longer needed is purged from the data warehouse

Signup and view all the flashcards

Warehouses

Data Warehouses ELT

Signup and view all the flashcards

OLAP

Online Analytical Processing multidimensional data from many different perspectives

Signup and view all the flashcards

Study Notes

Data Management

  • Focuses on the organization's ability to process data for successful business activities
  • Data comprises raw facts initially
  • Data is transformed into useful information through meaningful organization

The Hierarchy of Data

  • Structured from the smallest to the largest unit
  • Begins with bits, which are circuits that are either on or off
  • Bytes are typically made up of eight bits
  • Characters are basic building blocks of information
  • Fields are names, numbers, or combinations of characters

Database Systems

  • A database management system (DBMS) defines, creates, and maintains a database
  • A DBMS allows controlled access to data within this database
  • The DBMS system is a central point in the process to apply user requests/authorizations to the underlying raw information

DBMS Components

  • A DBMS comprises hardware, software, data, users, and procedures

Data Hierarchy (Continued)

  • Databases contain files
  • Files contain records
  • Records contain fields
  • Fields contain characters (bytes)

Database Models

  • Hierarchical
  • Network
  • Relational

Hierarchical Model

  • Data is organized into an inverted tree structure
  • Each entity has only one parent but can have several children
  • The entity at the top of the hierarchy is called the Root

Network Model

  • Data is organized in a graph
  • Some entities can be accessed through several paths

Relational Model

  • Data is organized in two-dimensional tables called relations
  • Tables or relations are related to each other

Relational Database Management System (RDBMS)

  • Data is represented as a set of relations
  • A relation appears as a two-dimensional table
  • An entity is a generalized class of people, places, or objects for which data is collected, stored, and maintained
  • An attribute is a column in a relation that represents a characteristic of an entity
  • A data item is a specific value of an attribute

Keys in RDBMS

  • A field or set of fields in a record is used to identify the record
  • Primary keys uniquely identify each record

Relational Database Model Details

  • Describes data using a standard tabular format
  • Each row of a table represents a data entity (record)
  • Columns of a table represent data attributes (fields)
  • A domain details allowable values for data attributes

Data Modeling

  • Data modeling involves diagramming data entities, relationships, and attributes
  • Enterprise data modeling begins with investigating the general data and information needs of the organization at the strategic level
  • Entity-relationship (ER) diagrams use graphical symbols to show the organization and relationships between data

Relational Database Model Applied

  • Illustrates how database tables relate to each other
  • Department Table links to Manager Table through Manager SSN
  • Manager Table has a primary key to identify each manager

Operations in Relations

  • Several operations can be defined to create new relations based on existing ones
  • Such operations are defined in the database query language SQL (Structured Query Language)
  • SQL is a declarative language where users declare what they want without specifying a step-by-step procedure.

SQL Operations

  • Insert adds a new record into the relation
  • Delete removes a record defined by a criterion from the relation
  • Update changes the value of some attributes of a record
  • Select retrieves specific tuples (rows) from a relation forming a subset from the relation
  • Join combines two relations based on common attributes

SQL Insert Operation Example

  • Shows how data is inserted into the "COURSES" table.
  • Shows the SQL command is to add the row TCP/IP

SQL Delete Operation Example

  • Shows how the command works
  • Shows how to remove it from the "COURSES" table where the number is CI519

SQL Update Operation Example

  • It is shown how to command works by updating it where CI51 currently displays networking

SQL Select Operation Example

  • Where to select the specific courses from the "COURSES", unit 5
  • The result of selecting each of these courses is shown

SQL Join Operation Example

  • Join has attribute Course Name, professors and details for the combined courses

Selecting a Database Management System

  • Selecting to suit the current characteristics of the organization involved

Database Administration (DBA)

  • DBAs decide the content of the database by working with users
  • They develop programs
  • DBAs ensure applications comply with database management system standards
  • Several systems exist for end users
  • Systems include: Microsoft Access & FileMaker Pro

Database as a Service (DaaS)

  • Database administration is provided by the service provider
  • The database is then stored on the service provider’s servers
  • Clients access servers via a network

Data Warehouses

  • A database holds business information from many sources in the enterprise
  • Managers drill down from more general to more specific views of data
  • Historical data is extracted from operational systems and external data sources

Data Mart

  • A data mart is a subset of a data warehouse
  • Data marts bring together the data warehouse implementation

Data Warehouses Details

  • Data warehouses start out as very large databases, possibly storing millions or hundreds of millions of records
  • Data warehouses receive regular updates and remove old, unneeded data
  • Data warehouses commonly contain from 3-10 years of current and historical data

Data Warehouse Processes

  • Data warehouses automate the collection and verification of data
  • Data is then merged from separate sources into one combined, streamlined database

Elements of Data Warehousing

  • Data is extracted, transformed, and cleaned before being loaded into the data warehouse
  • End users derive insights using query and analysis tools

Different Data Warehouse Processing

  • Two different methods can be used
  • Warehouses extract. transform, and load the data or extract, load, transform,

Online Analytical Processing (OLAP)

  • A way to analyze multidimensional data from a variety of perspectives
  • Provides top-down, query-driven data analysis
  • Requires the user to undertake repetitive testing of user-originated theories
  • Depends on human ingenuity and engagement

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Data Hierarchy and File Systems
40 questions

Data Hierarchy and File Systems

IntuitiveRisingAction avatar
IntuitiveRisingAction
Data Hierarchy and Database Approach
37 questions
Use Quizgecko on...
Browser
Browser