Database Flashcards

1
Q

What is a relational database?

A

Anatomy:

  • Tables: Data representing an entity organized into columns in rows
  • Properties: Attributes that you want to store about an entity
  • Relationships: The relationships between tables
  • Indexes: Useful for connecting tables and making quick lookups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

High level todos in designing a schema

A

1) Understand the business needs

2) Identify entities

3) Identify properties/fields on those entities

4) Define relationships between tables

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