in a relational database, can we have a table without any relation with the other tables?

后端 未结 5 971
忘掉有多难
忘掉有多难 2021-01-13 12:29

in a relational database, can we have a table without any relation with the other tables?

5条回答
  •  攒了一身酷
    2021-01-13 13:02

    Yes you can. Tables do not have to have any relation to each other. Relations can always be added through the use of foreign keys if you want to add them later.

提交回复
热议问题