If i'm remembering correctly you input: FROM irs.contacts WHERE
Full_Name = Laura Johnson
OR
Full_Name = Laura Crane
it'd look like
from irs.contacts where full_name = 'Laura Johnson' or full_name = 'Laura Crane'