Entity relationship models used in business systems are typically organized to support efficient execution of transactions or operational events. Because the focus is on ensuring rapid response times, ...
A common SQL habit is to use SELECT * on a query, because it’s tedious to list all the columns you need. Plus, sometimes those columns may change over time, so why not just do things the easy way? But ...