If your goal is to maximize SOQL Performance by executing queries with null values in a WHERE filter for picklists or foreign key fields, what best practices would you apply?
a) Avoid null value queries for performance reasons
b) Use default values for null fields in queries
c) Minimize the use of picklists and foreign key fields in queries
d) Prioritize queries with null value filters for improved performance