Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 624 Bytes

File metadata and controls

13 lines (8 loc) · 624 Bytes

SQL_StudentDataBase

Learning SQL by making a student database Parts 1 & 2

Learn SQL by Building a Student Database: Part 1 SQL, or Structured Query Language, is the language for communicating with a relational database. In this 140-lesson course, you will create a Bash script that uses SQL to enter information about your computer science students into PostgreSQL.

Learn SQL by Building a Student Database: Part 2 SQL join commands are used to combine information from multiple tables in a relational database In this 140-lesson course, you will complete your student database while diving deeper into SQL commands.