1
00:00:00,080 --> 00:00:04,850
In this section, we're going to learn how to write basic SQL queries using the Select command.

2
00:00:04,880 --> 00:00:10,010
We'll learn how to filter and order our results by using the where and Order by statement.

3
00:00:10,010 --> 00:00:15,800
We're going to review the SQL, math and relationship operators so that we can further limit and refine

4
00:00:15,800 --> 00:00:17,180
our query results.

5
00:00:17,180 --> 00:00:22,790
We'll also learn how to insert, update, and delete data into our database tables.

6
00:00:22,790 --> 00:00:27,680
Afterwards, there's going to be an assignment where you'll have plenty of chances to put your new skills

7
00:00:27,680 --> 00:00:28,550
to the test.

8
00:00:28,550 --> 00:00:30,320
So let's get started.
