How SQL is working? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How SQL is working?

I have recently installed MySQL on my laptop because I'm learning the database system but SQL is not installed on my laptop. After installing the MySQL I'm able to create tables, databases etc even SQL is not installed in my laptop how SQL is working does SQL is come up with MySQL software. I'm so confused.

20th Feb 2020, 8:57 AM
Maninder $ingh
Maninder $ingh - avatar
12 Answers
+ 9
Do you install 'Java' on your computer or you install the 'JDK'? Do you install 'C++' or you install an IDE and a compiler? Similarly MySQL is a database software and SQL is a query language which is used to operate on the database and it comes along with MySQL package.
20th Feb 2020, 9:13 AM
Avinesh
Avinesh - avatar
+ 3
SQL is just a language, MySQL is one of many database management system that ultilize SQL as its interface for user interaction. so SQL by itself is not a software.
20th Feb 2020, 9:15 AM
Taste
Taste - avatar
+ 2
Yes you can.
20th Feb 2020, 4:27 PM
Avinesh
Avinesh - avatar
+ 2
Oracle, MySQL, PostgreSQL and the ones that I have personally come across. All use SQL with slight variation in the query.
21st Feb 2020, 2:02 AM
Avinesh
Avinesh - avatar
+ 2
Maninder $ingh you're welcome.
21st Feb 2020, 3:39 AM
Avinesh
Avinesh - avatar
+ 1
Avinesh thanks for clear my all doubts related to DBMS
21st Feb 2020, 2:07 AM
Maninder $ingh
Maninder $ingh - avatar
+ 1
First go on start where u will see search bar option in search baar type run u will see sql command u can open . After open u need to connect ur system type first command connect after connect u need user name type user name after user name u need password which u make before installing time and gave same password. ur setup will be ready
22nd Feb 2020, 4:57 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Avinesh can i use another software for SQL.
20th Feb 2020, 4:07 PM
Maninder $ingh
Maninder $ingh - avatar
0
Avinesh can you give me the name of these software?
20th Feb 2020, 5:35 PM
Maninder $ingh
Maninder $ingh - avatar
0
Avinesh does this all software use the same language SQL? Can i use another language for a database management system?
21st Feb 2020, 1:57 AM
Maninder $ingh
Maninder $ingh - avatar
0
SQL is a query language u can write queries using sql
21st Feb 2020, 4:14 AM
S. Sai Bhargavi
S. Sai Bhargavi - avatar