In this lesson, we refresh our knowledge of SQL commands by making a simple select statement that queries 2 columns from our movies table. If you don't recall, a select statement has the keyword "SELECT" followed by the columns we want to select seperated by a commas, then the keyword "FROM" followed by the name of the table we want to select from. This section of the course will go into detail concerning querying, if there is anything you don't get, hang tight, your answers are coming, and if not, don't hesitate to ask.