Relational Databases Flashcards

1
Q

What are Relational Databases?

A
  • Are Databases with tables that have been organized with rows and columns (rows and fields).
  • Contain rigid schema (rows=records and columns=fields) that define a relationship within a database table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the point of a table within a database?

A

It provides data on single subject or topic.

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

What is the point of a row and column within a table in a database?

A
  • Row (Record) provides a particular instance within a subject.
  • Column (Field) provides a characteristic of a table subject.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a primary and foreign key within a database?

A
  • Primary key is a unique row(record) entry within a database table.
  • Foreign Key is defines or links the relationship between two tables; the link is usually same (column or fields) within a table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a contraint within a table in a database?

A
  • Are business rules that are maintained and enforced by the database.
  • Enforcing a condition applied on data stored within a table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are a few examples of RDBMS?

A
  • Oracle Database
  • Microsoft SQL
  • MySQL
  • Microsoft Office Access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly