Databases Flashcards

1
Q

Data

consistency

A

Ensuring that data is correct after it has been processed

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

Data

redundancy

A

When data appears unnecessarily more than once in a database

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

Data

independence

A

When the structure of the database with its data is kept separately from the applications that use the data.

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

Relational

Database

A

A group of tables linked together by primary and foreign keys

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

Primary Key

A

A field in a table that uniquely identifies each record

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

Foreign Key

A

A field in one table that references the primary key field in another table

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

Compound key

A

A primary key that is made up of multiple fields and together they uniquely identify each record.

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

Database
Management
System

A

A DBMS is designed to allow the definition, creation, querying, updating, and administration of databases.

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

Table Index

A

An index is a separate file that stores addresses to blocks or direct link to the complete row of data from a table to enable fast searching.

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

Entity

A

An object in a system that we want to model and store data about

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

Database view

A

A view is the result set of a stored query on the data. A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real
tables in the database

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

Object Oriented

Database

A

Uses objects to model the required behaviours rather than tables

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

Distributed

Database

A

Data is stored in a number of computers at different physical locations but it appears as one logical database.

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

Link

A

Connection between two tables by primary/foreign keys

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

Relation

A

A set of attributes modelling an entity (table)

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

Flat file

A

Contains one table and one key field it is useful for SIMPLE solutions