我知道对于3NF的关系,它必须是2NF,并且不应该存在传递依赖,但我不能回答以下问题: For a relationship to be 3NF :B) The relationship should only have one Foreign Key.D) The Relationship's Table should only have atomic values D
我先举一个例子来回答我的问题。-Name(which also is the primary key, I will give this column the symbol N)-City(will have the symbol C) -Zip_Code(will have the symbol Z) N -> S,C,R,Z S,C,R -> Z
所以我必须创建一个4-1和9-3在每一行的文件。在那之后,我需要对每个数字做减法。我已经做了一些事情,但是只有第2行的结果。所以在izrazi.txt中是我的输入4-1和9-3,所以我在izlaz.txt中的输出必须是4-1 =3,在新行9-3 =6
with open('izrazi.txt','w') as f: