SELECT all columns to be good or bad in database system

In this post, I am going to write about one of the most common mistakes of Database Developers. “SELECT * ” (SELECT all columns) to be good or bad in a Database System. I will discuss the pros and cons of “SELECT * ” and what should be our best practice with SELECT all columns. … Continue reading SELECT all columns to be good or bad in database system