AbtaheeAli / assignments

Assignments for Suncoast Developers Guild
0 stars 0 forks source link

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

Closed AbtaheeAli closed 4 years ago

AbtaheeAli 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

AbtaheeAli commented 4 years ago

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

AbtaheeAli 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

Really nice work!

Only one thing: Your query for Select only the full names and phone extensions for only full-time employees. is not entirely correct. I'm marking the assignment complete based on the strength of the rest, but do try to update it.

AbtaheeAli commented 4 years ago

https://github.com/AbtaheeAli/sql-intro Added filter for full-time employees.