Manipulating Data Using DBMS GUI Flashcards

1
Q

It can be one, stand-alone table that can contain many fields of information.

A

Database

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

The simplest, yet least powerful type of database and is often referred to as a “flat” database.

A

Database

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

Many tables that are linked through common fields and can ensure greater accuracy and less input of data.

A

Relational Databases

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

Increase flexibility of data and allow ease of collecting and maintaining historical data.

A

Relational Databases

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

These are one-to-one and one-to-many relationships.

A

Relationships

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

This relationship ensures that one record in one table has a (and only one) matching record in another table.

A

One-to-one Relationship

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

This relationships allow one record in one table and many records in another table.

A

One-to-many Relationship

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

These objects generally are tables, queries, forms, and reports.

A

Database Objects

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

These objects provide functionality and power to your database information.

A

Database Objects

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

It contains or holds the data.

A

Table (Entity)

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

It can limit the types of data in fields and can assist in the integrity and accuracy of data.

A

Table

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

It is a collection of fields for an item you are tracking.

A

Record

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

It is a single row that consists of multiple fields.

A

Record

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

These are the different characteristics (attributes) within a Table.

A

Fields

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

It is the lowest level of data in a database.

A

Field

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

It consists of information about the item you are tracking.

A

Field

17
Q

General guidelines in naming any data project

A
Relate to business, not technical characteristics.
Be meaningful, must be to the point
Readable
Be Unique  
Follow rules in naming a variable
18
Q

It is an attribute that cannot be divided into smaller independent attributes. For example, the age (attribute) of a student (entity) cannot further be divided.

A

Atomic Attribute

19
Q

It is an attribute that can be divided into smaller independent attribute. The address (attribute) of student (entity) can be further be divided into House no, city and so on.

A

Composite Attribute

20
Q

It is an attribute that has only single value for an entity. The age (attribute) of a student (entity) can have only one value.

A

Single-valued Attribute

21
Q

It is an attribute that can have multiple values for an entity. The Phone no (attribute) of a student (entity) can have multiple values because a student may have many phone numbers.

A

Multiple-valued Attribute

22
Q

It is an attribute that cannot be derived from another attribute. For example, birth date cannot derive from age of student.

A

Stored Attribute

23
Q

It is an attribute that can be derived from another attribute. For example, age can be derived from the birth date of the student.

A

Derived Attribute

24
Q

It is an attribute that has no value for an entity. For example, there may be a chance when a student has no phone no.

A

Null-valued Attribute

25
Q

An attribute that has a unique value for each entity. For example, every student has a unique student no.

A

Key Attribute