Where to put JSON in database for SQL
Do you think it's better to store JSON directly in a relational database column, or to normalize it outside of that? I’m still learning so any advice would be nice :) thank you