View and Joined Table Design
View Design
- [Proposal] Do not nest views unless they have strong dependency on each other.
- [Proposal] Try to avoid sort operations in a view definition.
Joined Table Design
- [Proposal] Minimize joined columns across tables.
- [Proposal] Joined columns should use the same data type.
- [Proposal] The names of joined columns should indicate their relationship. For example, they can use the same name.
Last Article: Constraint Design
Next Article: JDBC Configuration
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.