✨🎆🎉 Important points about this Repository!!!!! 🎉🎆✨
- This repositroy explains all the important concepts of the SQL.
- This repository contains all the codes for all the most important concepts of the SQl.
SQL stands for Structured Query Language.
I am posting stuff of SQL considering mysql database.
There are many other databases like oracle, postgresql etc.
But, Mysql is the most famous database and easy to learn, so, I am considering that.
Most of the syntax are same, there is very small difference of syntax in other databases. But, logic or approach is always same in everything.
So, learn without any problem.
For windows
- Visit and download the required product according to your system architecture: https://dev.mysql.com/downloads/mysql/
For MAC
Visit and download according to your system architecture: https://dev.mysql.com/downloads/mysql/
After installing a temporary root user password will be there, so make sure to save it.
If you face any error, google it, they are easily available, as there are only 3 errors which are very common which one can get after running mysql.
- This method of running code in sql from files is very useful.
- after opeining mysql, run this command "source [complete filename with extension]".
- [] in above command are just place holders, do not include them in your command.
To check the license visit LICENSE
