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.
2
Q
What is the point of a table within a database?
A
It provides data on single subject or topic.
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.
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.
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.
6
Q
What are a few examples of RDBMS?
A
- Oracle Database
- Microsoft SQL
- MySQL
- Microsoft Office Access