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.
12 Respuestas
+ 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.
+ 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.
+ 2
Yes you can.
+ 2
Oracle, MySQL, PostgreSQL and the ones that I have personally come across. All use SQL with slight variation in the query.
+ 2
Maninder $ingh you're welcome.
+ 1
Avinesh thanks for clear my all doubts related to DBMS
+ 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
0
Avinesh can i use another software for SQL.
0
Avinesh can you give me the name of these software?
0
Avinesh does this all software use the same language SQL?
Can i use another language for a database management system?
0
SQL is a query language u can write queries using sql