Chap 8 & 9 - Organizing and Manipulating Data in Databases and Database Forms and Reports Flashcards

1
Q

What is a table and how is it useful?

A

It is a set of data elements (values) using a model of vertical columns (identifiable by name) and horizontal rows.
It is useful to store all of the records for a specific category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a form in a database and how is it useful?

A

A form is a custom designed screen for entering records or displaying existing records
It is useful as a tool to enter data into a table or displaying data from a table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does cloud computing allow companies to do?

A

Expand their IT capabilities without investing in significant hardware, software, or training.
Benefits are low costs, scalability, and simplicity relative to creating in-house systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a data warehouse?

A

It is when data is pooled from separate applications into a large, common body of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is a data warehouse useful?

A
  • makes organizational information available on a corporate wide basis
  • help businesses increase data-retrieval efficiency, output productivity and long term profitability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a report and how is it useful?

A

A report can be a simple document that displays the contents of a table (or query) or complex outputs that combine info from several tables and show selected subsets. Reports are strictly outputs.
Reports in access are mainly useful to create hardcopy outputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the total info in a database and the relationships between the tables called?

A

a schema

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a query and how is it useful?

A

A query is a subschema that pulls selected records from selected tables to view a customized selection of data.
The info pulled using a query is called a dynaset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are 2 basic types of queries?

A

An action query = allows users to update or delete multiple records in a single operation
A select query = creates a dynaset of database info based on two types of user specified criteria: 1)criteria that determine which records to include and 2) criteria that determine which data fields to include FROM those records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a primary key?

A

is a data field in each record that uniquely distinguishes one record from another in a database table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a relationship?

A

A relationship is the how one entity is related to another entity. Cardinality is how we describe how entities are related.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why should tables be linked (or have relationships)?

A

to connect related fields through multiple tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is referential integrity?

A

It is a feature that controls certain inconsistencies among the records in relational tables.
If you try to delete a record that is linked to another table it will not let you.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly