-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) · 3.63 KB
/
Copy pathindex.html
File metadata and controls
63 lines (60 loc) · 3.63 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>CSC 191</title>
<meta name="description" content="CSC 191" />
<meta name="keywords" content="sql, class, parkland" />
<link href="/~csc191/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1><a href="#">CSC 191</a></h1>
<ul id="menu">
<li class="active"><a href="#">home</a></li>
<li><a href="lessons/">lessons</a></li>
<li><a href="labs/">labs</a></li>
<li><a href="help.html">a little help?</a></li>
</ul>
</div>
<div id="teaser">
<div class="wrap">
<div id="image"></div>
<div class="box">
<h2>Welcome to <em>CSC 191</em></h2>
<p> Comprehensive coverage of SQL (Structured Query Language) including data retrieval and manipulation, sorts, joins, sub-queries, built-in functions, constraints, objects, transactions and granting and revoking privileges, utilizing both class time and online time for labs, hands-on training and group collaboration. A semester-long progressive class project will focus on building a viable web application utilizing the skills learned in this class.</p>
</div>
</div>
</div>
<div class="wrap">
<div class="col">
<h3>Course Schedule</h3>
<p><a href="/~csc191/CSC_191_COURSE_SCHEDULE_FALL_2014.pdf">Course Schedule</a>
</p>
<h3>Course Book</h3>
<p>SQL Success by Stéphane Faroult (<a href="http://www.amazon.com/SQL-Success-Database-Programming-Proficiency/dp/1909765007/ref=sr_1_1?ie=UTF8&qid=1407871871&sr=8-1&keywords=sql+success">Amazon.com</a>) (<a href="http://www.barnesandnoble.com/w/sql-success-database-programming-proficiency-st-phane-faroult/1115922132?ean=9781909765009">Barnes & Noble</a>)</a>
</p>
<h3>External Links</h3>
<a href="https://cobra.parkland.edu/d2l/home/38274">Cobra</a>: Class website via Parkland's interface
<br>
<a href="http://www.csit.parkland.edu/~cschultz/csc191/">Old class files</a>
<br>
<a href="http://edu.konagora.com/">Konagora</a>: Website for the class book "SQL Success"
</div>
<div class="col">
<h3>The <span class="red">Structure</span> of this class</h3>
<p>This class is labeled as a "hybrid" class, where we spend almost two hours "in class" and another chunk of time "outside" of class (ie, online). In class you can expect that I will spend a little bit of time unwrapping the topic of the day, but most of the time I hope to have you "doing" SQL. The "online" portion of class will be a project that you work on slowly, week by week, either by yourself or in a small group, that builds until completion by the end of the semester. In between those two things, I expect students to read the book and develop one or more questions based on the material (each week).
</div>
<div class="col last">
<h3>About <span class="red">Charles Schultz</span></h3>
<p>I started working with databases in 1998 at the University of Illinois. Today I am a Senior Database Coordinator with a team of database administrators that manage over 200 Oracle and MS SQL Server databases. I have been teaching CSC 191 since 2009 - each year is different. I also occasionally teach CSC 192, which I have done on and off since 2008. <p>
<p>
In my spare time, I help my wife raise two kids and a Cavachon (dog), play volleyball and video games, and read a number of books.
</p>
</div>
</div>
<div id="footer">
<p class="right">Design: Luka Cvrk, <a title="Awsome Web Templates" href="http://www.solucija.com/">Solucija</a></p>
</div>
</body>
</html>