Questions
- An entity relationship schema shows how _____are related to each other in a database.
- A primary key ____-ly identifies an observation in a ____.
- A primary key in one table can be a foreign key in another table. Can the foreign key alone uniquely describe a row of data in a table?
- What’s the purpose of primary keys and foreign keys?
- Can primary keys have repeat values in a table?
- Can foreign keys have repeat values in a table?
- Are primary and foreign keys related only through one-to-one relationships?