You face many choices when creating a database schema. For example, should you use:
- Relational columns or an object type for monetary values?
- A lookup table or an enum for lists of values?
- Relational columns or JSON for address values?
Watch this session and share your opinions on which options are better. Listen to the arguments from the live audience and see which way they voted. Learn how these choices affect the schema as we build the tables using the most popular answers!