For the server to have the correct statistics of the indexes on the temporary table when should the indexes be created?
a. When the table is created and there is no data.
b. When the data is inserted in the table.
c. We cannot create an index on a temporary table
d. Anywhere before the usage of the table.