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.