English 中文(简体)
是否有任何模范工具可以帮助看一看3个NF模式如何看待欧洲志愿人员联合会?
原标题:Are there any modeling tools that help visualize how a 3NF model would look like against EAV?

想找到低成本的关系模型工具,使我能够把第三类的逻辑模型绘制成基于EAV的实际模型。 是否有任何要点?

问题回答

欧研中心未能遵守关系正常化规则,因此,没有任何关系模型工具支持它。

如果你的模式是3NF,那么没有理由在EAV中加以模仿。 保留在3个NF。





相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

SQL server: Can NT accounts be mapped to SQL server accounts

In our database we have an SQL server account that has the correct roles to access some of the databases. We are now switching to windows authentication and I was wondering if we can create a NT user ...

SQL Server 2000, ADO 2.8, VB6

How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Server 2000 and ADO 2.8

热门标签