Which of these SQL statements queries the log in attempts table?

a) SELECT * FROM log in attempts;
b) SELECT event id, username FROM log in attempts WHERE event id < 150;
c) SELECT log in attempts FROM SELECT log in attempts FROM event id;