-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (67 loc) · 1.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Bobo">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>SQL</TITLE>
</HEAD>
<!-- Using to include HTML from other files -->
<script src="http://www.w3schools.com/lib/w3data.js"></script>
<BODY>
<h1>SQL Workshop</h1>
Updated: Fri May 4 09:59:46 PDT 2018
<br>
<br>
Download and install this software:
<a href="http://sqlitebrowser.org/">http://sqlitebrowser.org/</a>
<br>
<br>
Download this database:
<a href="stocks.sqlite">stocks.sqlite</a> (~ 40 MB)
<br>
<br>
Day 3 Questions
<a href="day3_questions.pdf">day3_questions.pdf</a>
<br>
<br>
Day 3 Solutions
<a href="day3_solutions.pdf">day3_solutions.pdf</a>
<br>
<br>
Day 2 Questions
<a href="day2_questions.pdf">day2_questions.pdf</a>
<br>
<br>
Day 2 Solutions
<a href="day2_solutions.pdf">day2_solutions.pdf</a>
<br>
<br>
Day 1 Questions
<a href="day1_questions.pdf">day1_questions.pdf</a>
<br>
<br>
Day 1 Solutions
<a href="day1_solutions.pdf">day1_solutions.pdf</a>
<br>
<br>
<a href="https://docs.google.com/presentation/d/1mLDoKMtlt90U98jfB6A00nRuiMA4POXp6c_g7YORRMM/edit?usp=sharing">Slides Explaining Joins</a>
<br>
<br>
Notes Explaining Joins
<a href="join_notes.pdf">join_notes.pdf</a>
<br>
<br>
Cheatsheet
<a href="sql_cheatsheet.pdf">sql_cheatsheet.pdf</a>
<br>
<br>
Reference
<a href="http://swcarpentry.github.io/sql-novice-survey/">http://swcarpentry.github.io/sql-novice-survey/</a>
<br>
<br>
To take your skills to the next level, including some theory, this is a great free online class from Stanford:
<a href="https://lagunita.stanford.edu/courses/Home/Databases/Engineering/about">https://lagunita.stanford.edu/courses/Home/Databases/Engineering/about</a>
<br>
<br>
</BODY>
</HTML>