+ 9

What PC application can i use to run and learn SQL program offline?

Please i need help on how to run SQL program offline on my PC.... Majority I have been seeing runs with an Internet connection.

30th Apr 2017, 3:59 PM
Uzoma Collins Arinze
Uzoma Collins Arinze - avatar
9 Answers
+ 18
Download XAMPP and start
30th Apr 2017, 4:49 PM
Sachin Artani
Sachin Artani - avatar
+ 9
Will the XAMP run offline? Plsss help me out... I have not used it before
1st May 2017, 3:29 PM
Uzoma Collins Arinze
Uzoma Collins Arinze - avatar
+ 7
If for practicing, I recommend DB Browser - based on SQLite flavor. It is light and easy to experience. But that's just for the beginning or semi-personal use. If you plan to later work professionally with databases, MySQL will be your best choice, I think.
30th Apr 2017, 4:22 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 2
download MySQL and run it, it will create a local server on your computer here is the link https://dev.mysql.com/downloads/windows/ But, it would better if you want to install MySQL on go. Download xammp server all in one.
30th Apr 2017, 4:05 PM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 2
yes, it will
1st May 2017, 4:25 PM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 2
MySQL, or Oracle 10g
13th Aug 2017, 7:11 PM
Neha Jella
0
Yeah cos it a local server on your system.. Using localhost or 127.0.01
7th May 2017, 11:47 PM
Christian Moore
Christian Moore - avatar
0
MySQL and Workbench. It comes with a ready database and you can model and create your own databases.
14th Aug 2017, 1:00 AM
Mario Bressan
Mario Bressan - avatar
0
DenWer project also a good offline sql server "in box". http://www.denwer.ru
14th Aug 2017, 12:52 PM
Lexonerus
Lexonerus - avatar