Relational Database Flashcards

1
Q

Table:

A

Collection of related data consisting of columns and rows (fields and records)

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

Database:

A

Method to structure and organize a collection of data

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

Field

A

Set of data values of a similar type, also known as a column

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

Record

A

Row of data in a database table consisting of a single value from each column of data within the table

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

Primary key

A

Uniquely specifies a row in a table

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

Foreign key

A

To develop a relationship between two tables, they will share a column called a foreign key which relates the two tables

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

Normalization

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

Syntax of CREATE DATABASE Statement (SQL DDL Commands)

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

Atomicity

A

This defines the elements that encompass a database transaction and guarantees that all of the transaction succeeds or none of it does. If part of the transaction fails, the entire transaction fails

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

Consistency

A

This defines rules for maintaining data in a correct state after a transaction. This includes constraints, cascades, and any rules.

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

Isolation

A

This ensures that effects of transactions are invisible to others. Essentially no transaction can be affected by another transaction

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

Durability

A

This ensures that data changes are permanent when a transaction is committed.

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