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

后端 未结 5 1006
忘掉有多难
忘掉有多难 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

    A database can have multiple relations which they are connected somehow or not. But If you create a relation without adding foreign key into it. I will be created but having no relationship with any other table in the database. You can add relationship as per requirement.

    I am here if you need any other help

提交回复
热议问题