File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ Objective: Students should be able to retrieve data from a database table using
6
6
7
7
## Pre-Class Readings
8
8
9
- - [ What are databases?] ( https://www.youtube.com/watch?v=Ls_LzOZ7x0c )
10
- - [ Exploring databases and database management systems] ( https://www.youtube.com/watch?v=7jsWu7ONSNg&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=4 )
11
- - [ The features of a relational database] ( https://www.youtube.com/watch?v=6fojQYSOSB4&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=5 )
12
- - [ Introduction to database modeling] ( https://www.youtube.com/watch?v=rBCXhbA3hPg&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=11 )
13
- - [ SQL: Using the basic SELECT statement] ( https://www.youtube.com/watch?v=4hU3K8Gm0YM&index=12&list=PLcVWkhzl1ZGRERTB2vEN5vepWZaYuoSTz )
14
- - [ Creating SQL queries] ( https://www.youtube.com/watch?v=uR2hDQvM9Bo&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=26 )
15
- - [ Creating the WHERE clause] ( https://www.youtube.com/watch?v=5KY2Ci0UWe8&index=27&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0 )
16
- - [ Sorting query results] ( https://www.youtube.com/watch?v=VYyEZHTx-3c&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=28 )
17
- - [ Using aggregate function] ( https://www.youtube.com/watch?v=r1TsKlGXes0&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=29 )
18
- - [ Joining tables] ( https://www.youtube.com/watch?v=8Mo2ka8PSpw&list=PLYlr48f6CaXtlkXcGMUD49wHmvC7ZTiD0&index=30 )
9
+ Before arriving to class on Sunday, please watch all of the videos in [ this video playlist] ( https://www.lynda.com/SharedPlaylist/0299ced540444d7197460e7f1f74ddab ) on Lynda.
10
+ - What are databases?
11
+ - Exploring databases and database management systems
12
+ - The features of a relational database
13
+ - Introduction to database modeling
14
+ - Using the basic SELECT statement
15
+ - Creating SQL queries
16
+ - Structuring the WHERE clause
17
+ - Sorting query results
18
+ - Using aggregate functions
19
+ - Joining tables
19
20
20
21
21
22
## Main Topics
You can’t perform that action at this time.
0 commit comments