Skip to content

HarshitDawar55/SQL

Repository files navigation

SQL

✨🎆🎉 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.

What is 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.

Instructions for installing SQL

  • For windows

  • 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.

Instructions for running .sql files

  • 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.

LICENSE

To check the license visit LICENSE

I Hope this repository helped you!

About

This repository will cover all the basic to advanced topics of SQL(Structured Query Language)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages