Where to put JSON in database for SQL
21:25 09 May 2026

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

database