答案:"SQL>create index non_fbi on sale_contacts (surname);SQL>analyze index non_fbi compute statistics;SQL>:analyze table sale_contacts compute statistics;SQL>SELECT count(*) FROM sale_contactsWHERE UPPER(surname) = 'ELLISON';Execution Plan----------------------------------------------------------