when creating a database, in which step do you add foreign keys to tables?\nwhen creating relationships…

when creating a database, in which step do you add foreign keys to tables?\nwhen creating relationships within tables\nwhen creating relationships between tables\nwhen logically organizing data into tables and fields\nwhen determining what data to store

when creating a database, in which step do you add foreign keys to tables?\nwhen creating relationships within tables\nwhen creating relationships between tables\nwhen logically organizing data into tables and fields\nwhen determining what data to store

Answer

Brief Explanations:

Foreign keys are used to establish relationships between tables in a database. They reference the primary key of another table. So they are added when creating relationships between tables.

Answer:

when creating relationships between tables