Databases and SQl
Last updated
Was this helpful?
Last updated
Was this helpful?
Databases
Store data
Change data
Grab data
Tabularized
Columns and rows
Relational Databases
Not just one table
Connect two different tables with an id
Avoiding repeating information
SQL (structured query language) is what we then use to ask questions about the database. Using the three different tables above, we can get back information like this:
Javascript can treat this table an as object that matches the data.