Hi!!
Can someone tell me why SELECT* is considered a bad practice? Would it not mean less amount of code to change if you have added a new column?
I know that the SELECT COUNT(*) causes performance issues on some Databases, but what if it's needed on every column?