Tmoney2020 / assignments

assignments for suncoast developers guild
0 stars 0 forks source link

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

Closed Tmoney2020 closed 4 years ago

Tmoney2020 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

Tmoney2020 commented 4 years ago

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

Tmoney2020 commented 4 years ago

Your homework 03 - 01 - INSERT INTO Student (knowledge) VALUES ('SQL') - was marked: Exceeds Expectations Excellent

“Excellent ”

gstark commented 4 years ago

Very nicely done!