Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ac7f0

Browse files
authored
Updated pre-class readings in Lesson1
Removed stale YouTube links in favor of a Lynda playlist.
1 parent 3ab5bd8 commit 70ac7f0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Lesson1.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ Objective: Students should be able to retrieve data from a database table using
66

77
## Pre-Class Readings
88

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
1920

2021

2122
## Main Topics

0 commit comments

Comments
 (0)