Learning SQL Programming
This LinkedIn learning was split into 4 chapters. The first chapter was about asking for data from a database. In that video series I learned about SELECT statements and how to narrow them down using WHERE and ORDER BY. The second chapter was about JOIN statements so I could pull data from two or more tables. The third chapter explained how math could be calculated with SQL statements. This also included the MAX and MIN clauses when pulling data. Lastly, the fourth chapter was about inserting, modifying, and deleting data from a schema. Overall, I learned how to add data into a schema and how to work with it once it is in the table.