Agent-Banks / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

03 - 01 - INSERT INTO Student (knowledge) VALUES ('SQL') - #8

Closed Agent-Banks closed 4 years ago

Agent-Banks commented 4 years ago

Every application uses data in some way. In many of our applications we will be storing information in a database. In this assignment we will be practicing using SQL databases.

Objectives

Setup

  1. Fork this repository to your own account.
  2. Change into your project's directory.
  3. Clone your repository: git clone https://github.com/YOUR_NAME_HERE/sql-intro
  4. Change into your newly cloned project's directory: cd sql-intro
  5. code .
  6. All your SQL queries should be placed inside the queries.sql file.

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Agent-Banks commented 4 years ago

https://github.com/codyb23/sql-intro

Agent-Banks commented 4 years ago

Your homework 03 - 01 - INSERT INTO Student (knowledge) VALUES ('SQL') - was marked: Meets Expectations Well done!

“Well done!”

gstark commented 4 years ago

Good work!

Your work on #6 should really only consider the employee's position without you going and figuring out which one is which...

I'm accepting the homework on the strength of the rest, but try to go back tonight and revise that query. Good time to ask fellow students for some insight.