reading-notes

Intro into SQL

SQL Databases are a powerful tool for storing large amounts of data in an organized manner easy for users and programs to filter through the data. It is important the fundamentals for interacting with SQL data bases as searching can be optimized and less work will be have to be performed by any server code that post processes the data. Through a series of of self-guided tutorials, I learned the following:

Below are screenshots from the tasks in the tutorials.

SQL Screenshot 1 SQL Screenshot 2 SQL Screenshot 3 SQL Screenshot 4