You can use the database "WEEK1_Q1_Q2_ACCESS2000.mdb" attached to Lecture 1 if you want to play around with this query before answering:
OK, I'm writing a query in Access 2000:
SELECT author_name
FROM authors
WHERE author_name like "%Twain, Mark%";
... but it wont give me results. Why?