Skip to content

khianvictorycalderon/my-mysql-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are my MySQL Files

Each file code demonstrates individual different capabilities.

BE AWARE SQL and MySQL are different:

  • SQL (Structured Query Language) is a standard language used to manage and manipulate relational databases, providing the commands and syntax for tasks like querying and updating data.
  • MySQL, on the other hand, is a popular open-source relational database management system (RDBMS) that uses SQL to perform its database operations.

To Run SQL file

If you want to run sql file, you could either do the following:

  • Run it directly using PHPMyAdmin (This is what i used)
  • Install a database configuration or something using visual code

Releases

No releases published

Packages

No packages published