Learn SQL by Building a Student Database Part 1 Relational Database



Learn SQL by Building a Student Database Part 1 Relational Database

Learn SQL by Building a Student Database Part 1 Relational Database

Relational Database
Learn SQL by Building a Student Database Part 1 Relational Database

For these courses, you will use real developer tools and software including VS Code, PostgreSQL, and the Linux / Unix command line to complete interactive tutorials and build projects.

These courses start off with basic Bash commands. Using the terminal, you will learn everything from navigating and manipulating a file system, scripting in Bash, all the way to advanced usage.

Next, you will learn how to create and use a relational database with PostgreSQL, a database management system, and SQL, the language of these databases.

Finally, you will learn Git, the version control system, an essential tool of every developer.
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.

Build a Student Database: Part 1