Which of these SQL statements queries the log_in_attempts table? Select all that apply.

Tools of the Trade: Linux and SQL | Weekly challenge 4 Quiz | 

Which of these SQL statements queries the log_in_attempts table? Select all that apply.

  • SELECT * FROM log_in_attempts;
  • SELECT event_id, username FROM log_in_attempts WHERE event_id < 150;
  • SELECT log_in_attempts FROM *;
  • SELECT log_in_attempts FROM event_id;

 

Leave a Comment