is this the right use of AI? I'm a undergrad student and trying to learn databases

Posted by cyphenstyne@reddit | learnprogramming | View on Reddit | 17 comments

I was building a online bookstore project and there I had to use normalization, but I did not know about that, I had a different solution in my mind which was not the most optimized solution so I told claude my approach and asked if this is a good approach or not if no why not and what is the best solution?
Basically I had a csv file, it had manga name, then some more details and then genres, now in genre column, one book can have multiple genres, like this:

2,JoJo no Kimyou na Bouken Part 7: Steel Ball Run,Hirohiko Araki,10.08,7.9,2004-01-19,77,https://cdn.myanimelist.net/images/manga/3/179882.jpg,"Action, Adventure, Mystery",960

So what I'm asking is was this the right use of AI? If you are a experienced dev, or know the right way to approach learning do tell me!