SILS iSchool

20 April 2021



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 19 Jan intro and clients | lecture | labs
  2. 26 Jan servers and command line | lecture | labs
  3. 02 Feb networks and protocols | lecture | labs
Web Development | sessions 04-08

  1. 09 Feb structural layer | lecture | labs
  2. 16 Feb presentational layer | lecture | labs
  3. 23 Feb using a structure | lecture | labs
  4. 02 Mar behavioral layer | lecture | labs
  5. 09 Mar design thoughts | lecture | labs
Dealing with Markup | sessions 09-10
  1. 16 Mar control objects and display | lecture | labs
  2. 23 Mar tools that read markup | lecture | labs
Working with data | sessions 11-14
  1. 30 Mar formulas, functions, vectors | lecture | labs
  2. 06 Apr data display | lecture | labs
  3. 13 Apr manipulate data sets | lecture | labs
  4. 20 Apr relational data bases | lecture | labs
Presentations | sessions 15-16
  1. 27 Apr designing a presentation | lecture | labs
  2. 04 May delivering a presentation | lecture | labs


We will be considering relational databases,
so do these readings to prepare yourselves for Entity Relationship Modeling
and Structured Query Language terminology.

Some Relational Database Fundamentals

back to top

It wouldn't hurt to read

Read this linked article twice

  1. Read it prior to the first relational database session so you will have an idea about why relational databases are useful.
  2. Then read it again after we've discussed relationships

Glance over the Structured Query Language tutorial at W3Schools.

We will introduce SQL and build a few SQL queries, so this tutorial is something you might want to come back to in the future.

back to top

20 April lecture | preps | erm | entities | relationships | sql