3
Answers

Database normalization

Hi, I'm not sure if I have normalized my database correctly. If someone could help me to check if there are errors. I would be very thankful.
 

Answers (3)

0
Photo of Ramesh Palanivel
202 9.6k 1.5m 8y
Welcome!...
0
Photo of Momir Gostimir
NA 54 2.7k 8y
Thank you very much for your answer!
0
Photo of Ramesh Palanivel
202 9.6k 1.5m 8y
Hi Momir,
 
My Suggestion is,
 
 In your main table you can remove EngineId,BrandId, Becuase its already related with modelId. You can get EngineId and BrandId using ModelId. No need to declare extra column for both IDs.