Yes, a table can have multiple foreign keys. Each foreign key can reference a primary key in a different table, establishing relationships between the tables. This allows for complex data structures and relationships in a relational database. For example, a "Orders" table could have foreign keys referencing both a "Customers" table and a "Products" table.
Copyright © 2026 eLLeNow.com All Rights Reserved.