DENG100 Workbook Sample
  • Fundamentals of Database Programming Workbook Sample
  • Syllabus
    • About This Workbook
    • Meet Your Instructor
    • Lecture Organization
      • Lecture Structure
      • Lecture
      • Sample Code
      • Side Quests
      • Lab Assignments
      • Lecture Review
    • Quizzes And Exams
      • Exam Gut Check
      • Lecture Quizzes
      • Final Exam
      • Grading
    • Stay Up To Date With MSDS News Sources
    • Setting Up Your Dev Environment
      • Get A Gmail Account
      • Downloading SQL Server
      • Download SQL Server Management Studio
      • Install PyCharm
      • Ancillary Tools
  • Unit 2: Introduction To SQL Fundamentals
    • SQL Language Basics
      • Lecture Slides
        • Code Tutorials
        • SQL Background
        • Writing Analytic Queries
        • Types of SQL Statements
        • Basic Syntax
        • Code Comments
        • The SELECT Clause
        • Column Aliases
        • Built In Functions
        • String Functions
        • The Format Function
        • The FROM Clause
        • Boolean Logic
        • The WHERE Clause
        • Logic Operators
        • The BETWEEN Operator
        • Filtering With Wildcards
        • The IN Operator
        • The ORDER BY Clause
      • Sample Code
        • Hello World
        • Your First Query
        • Aliases
        • String Functions
        • Filtering Data
        • Ordering Data
      • Side Quests
        • T-SQL Reference
      • Lab Assignment #4
        • Lab Overview
        • Task #1
        • Task #2
        • Task #3
        • Task #4
        • Task #5
        • Task #6
        • Task #7
      • Lecture Review
Powered by GitBook
On this page

Was this helpful?

Lab assignments consist of a set of tasks that are related to the material covered in lecture. That said, the labs, just like the lecture, are cumulative in nature in terms of testing your skills. The skills required to perform any particular lab amount to all the skills gained up to that point.

Lab assignments can be found in your workbook. Many of the assignments are simply so you can practice your skills and there is no deliverable. Some labs require that you report results in the school Discord server.

Eventually, you’ll be able to hand in assignments for grading, but we’re not there yet. So, enjoy being an early adopter. You’re going to get to slide uphill in ways later students won’t.

In the mean time, anytime you are asked for a deliverable in lab, you will likely post it in the DENG100 Lab Answers category of the Discord Server.

Last updated 3 years ago

Was this helpful?

  1. Syllabus
  2. Lecture Organization

Lab Assignments

PreviousSide QuestsNextLecture Review