View on GitHub

reading-notes

Reading notes for my CF class

Back Home

Read: 08 -SQL

GitHub Logo

SQL Bolt

SQL BOLT

SQL BOLT teaches us about SQL

Structured querry language is the way that we can access cormalized data from tables with specific commands to either update or simply call back table values back to the front end.

While this is an introductory lesson in to SQL, my take away is that we need to remember that keywords and selectors (just like anything else), will help us tell the query what to do.

Also, the tables must contain certain unique vales, and the data is divided on to tables based on relations.

Node JS

SQL cheat sheet and the W3 examples.

The SQL cheat sheet is a great resource to do training on the W#3Schools tutorials.

Back Home

Git and VS