Is Sql can be return and executed in mysql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is Sql can be return and executed in mysql

26th Mar 2020, 11:41 AM
VISHNUVARDHAN B
VISHNUVARDHAN B - avatar
2 Answers
+ 1
If you have mysql and you want to run sql queries. You can use the command line or download MySQL workbench
26th Mar 2020, 11:50 AM
Ore
Ore - avatar
+ 1
VISHNUVARDHAN B sql queries are interpreted by mysql itself. But mysql workbench abstracts it by using a gui. So to use mysql workbench you must have mysql installed on your server.
26th Mar 2020, 2:21 PM
Ore
Ore - avatar