0
Should I need to learn SQL before beginning towards MySql?
5 Antworten
+ 5
Sql is a query language . MySql is a name of sql database . So obviously you need to get familiar with sql to understand how to interact with database . Each database may use different names and statements to do things but again the core concepts of sql will remain same .
More on it,
https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.upgrad.com/blog/sql-vs-mysql/&ved=2ahUKEwiS3tSl8eXyAhWR63MBHS39C3kQFnoECCcQAQ&usg=AOvVaw38FfLJ-cR7T_XZVpEKNs2J
+ 1
Yes.
+ 1
But I listened on internet that MySQL is open source and there is no prerequisite is required.Just some knowledge of database and etc.
+ 1
So, where should I run SQL query means platform?
+ 1
Saurabh Singh
Get MySQL workbench or whatever it is called, and you can execute your query on it