Why you should not use SELECT * FROM TABLE in SQL
It’s not good practice, SIMPLE.
Using SQL for data analysis always requires writing a good deal of queries, and sometimes, SELECT * seems like the easiest query to get your answer. It’s simple, straightforward, and gets the job don…


