How can i execute sql queries in windows 7? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i execute sql queries in windows 7?

which is d best software i wil use to execute all queries

22nd Mar 2017, 7:02 AM
Sai Chinamuthevi
Sai Chinamuthevi - avatar
6 Answers
+ 3
or install wamp and use mysql with phpmyadmin
22nd Mar 2017, 8:06 AM
Andre van Rensburg
Andre van Rensburg - avatar
+ 1
You could set up a program in SQLite, and use freeware such as DBBrowser for Windows. This requires no server installation. Sqlite3 is very handy to use in Python aswell, as its contents is created and held in a .db file instead of a bloated database.
22nd Mar 2017, 7:04 AM
Edvard
Edvard - avatar
+ 1
MySQL
22nd Mar 2017, 8:51 AM
Meharban Singh
Meharban Singh - avatar
0
thnx mate
22nd Mar 2017, 7:06 AM
Sai Chinamuthevi
Sai Chinamuthevi - avatar
0
You can use this https://www.heidisql.com/download.php It's free and handy
31st Mar 2017, 7:01 PM
Armen Hovhannisyan
Armen Hovhannisyan - avatar
0
Install Xampp and you can use sql from the phpmyadmin in web browser.
16th May 2017, 7:27 AM
Suman Shrestha
Suman Shrestha - avatar