我试图将一些非标准化数据标准化,但我真的不确定我做的是否正确。我还是个学习者。刚开始几个月前请帮忙。
非标准化数据集是 顾客[custno,CUST_NAME,cust_addr,cust_phone(artist_id,ARTIST_NAME,art_title,pur_date,价格)]
这就是我最终的结果
客户[custno,cust_name,cust_addr]
Cust_contact [custno,cust_phone]
艺术家[artist_id,artist_name]
艺术[art_id,artist_id,art_title]
销售[inv_num,art_id,custno,pur_date,price]
如果我错了,请纠正我。