Quiz Complete, well Done!
One to Many
ACID properties
The key used to identify a unique record in a table is called the
.
Each vertical part of the table is referred to as a
.
Many-to-Many Relationship
Foreign Key
What is meant by 'normalization' in databases?
Indexes
In a junction table, what is typically used as foreign keys?
In relational databases, the structure of data is organized into
.
Columns in a relational database table represent specific
of the data.
A
in a database can contain various types of data such as integers, strings, or dates.
What is a relational database?
A
organizes data into tables that can be related to each other.
Many to Many
A junction table is used in a database to represent a
relationship between two tables.
A
is a field in one table that links to the primary key of another table.
One to One
Composite Key
What type of relationship is represented by a one-to-many relationship?