The following query is an example of a Selective Query?
SELECT Id FROM Account WHERE Name != ''
Assume that there are more than 200,000 records for the Account sObject. These records include soft-deleted records, that is, deleted records that are still in the Recycle Bin.
a) True
b) False