You are querying a database of keynote speakers to determine who has expertise in zoology. For your project, you only need the first 12 records.
What clause should you add to the following SQL query?
SELECT speakers FROM keynote_table WHERE expertise = "zoology"
a. LIMIT, 12
b. LIMIT = 12
c. LIMIT 12
d. LIMIT_12