xlab-classes / cse442-spring2022-team-niubility

cse442-spring2022-team-niubility created by GitHub Classroom
0 stars 0 forks source link

Mysql research #9

Closed SteveLiGt closed 2 years ago

SteveLiGt commented 2 years ago

Found this piazza post for CSE allowed SQL resources.

https://piazza.com/class/kykeiihy8uc6mm?cid=112

SteveLiGt commented 2 years ago

Going to install and try out the Mysql today

AnthonyIreo commented 2 years ago

let's go

SteveLiGt commented 2 years ago

What is the difference between SQL and MySQL? In a nutshell, SQL is a language for querying databases and MySQL is an open source database product. SQL is used for accessing, updating and maintaining data in a database and MySQL is an RDBMS that allows users to keep the data that exists in a database organized.

SteveLiGt commented 2 years ago

MySQL is a relational database management system based on SQL – Structured Query Language. The application is used for a wide range of purposes, including data warehousing, e-commerce, and logging applications. The most common use for mySQL however, is for the purpose of a web database.

SteveLiGt commented 2 years ago

One idea I learned from watching JavaScript video is that we need to use Queryselection to accesss the data, but to save user data, we need to use database ( like mysql ) to store user information for further access.

SteveLiGt commented 2 years ago

video that watched https://www.youtube.com/watch?v=2bW3HuaAUcY&t=528s

video that under progress https://www.youtube.com/watch?v=7S_tz1z_5bA&t=3284s