Difficulty: Beginner
Why is 'SELECT *' usually considered bad practice?
It fetches more data than needed, increases network traffic, prevents the use of covering indexes, and can break your app if new columns are added to the table.
Performance, I/O
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.