SILS iSchool

 week of 16 April 2020 



Value Added | daily

Class Schedule

Basics | sessions 01-03
  1. 09 Jan intro and clients | lecture | labs
  2. 16 Jan servers and command line | lecture | labs
  3. 23 Jan networks and protocols | lecture | labs
Web Development | sessions 04-07

  1. 30 Jan structural layer | lecture | labs
  2. 06 Feb presentational layer | lecture | labs
  3. 13 Feb using a structure | lecture | labs
  4. 20 Feb behavioral layer | lecture | labs
Document Markup | sessions 08-09
  1. 27 Feb control objects and display | lecture | labs
  2. 05 Mar tools that read markup | lecture | labs
Working with Data | sessions 10-13
  1.  26 Mar  formulas, functions, vectors | lecture | labs
  2.  02 Apr  data display | lecture | labs
  3.  09 Apr  manipulate data sets | lecture | labs
  4.  16 Apr  relational data bases | lecture | labs
Presentation | session 14
  1.  23 Apr  designing and delivering a presentation | lecture | labs


Structured Query Language
You may have practiced with W3Schools SQL tutorial, but now let's use Mr. Jones' Practice SQL tool to create a few queries.
You don't have to do this for a grade,
but it would not hurt to try it out and get comfortable with SQL syntax

Create three SQL queries

  1. select all the titles from tblBook where the language is German and include both the titles and the language in the result
    if your query is successful, paste a copy of the query in cell N1 on your 05-Summary worksheet
  2. select all the names from tblPublisher where the city is like Berlin and include both the name and the country in the result
    if your query is successful, paste a copy of the query in cell N2 on your 05-Summary worksheet
  3. select all the titles from tblBook where the topic includes the word Virginia and include both the titles and the topic in the result, sorted by the title
    if your query is successful, paste a copy of the query in cell N3 on your 05-Summary worksheet

back to top

week of 16 April labs | VLOOKUP | SQL creation