Introduction
Sometimes you want to see only some parts of your data and hide others. Excluding fields helps you get just what you need.
When you want to hide sensitive information like passwords from query results.
When you only need a few fields and want to ignore the rest to save data transfer.
When you want to simplify the output to focus on important details.
When you want to improve performance by not loading unnecessary data.