how to set up SQL in our system | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to set up SQL in our system

1st Sep 2016, 10:26 AM
Sunil Hanamshetty
Sunil Hanamshetty - avatar
4 Answers
+ 2
Choose the database you want (e.g. MySQL, SQL Server, Oracle) then find the online documentation to download and install on your server. MySQL is free to download so is a good place to start.
1st Sep 2016, 10:36 AM
Michael Skae
Michael Skae - avatar
0
Do a search on YouTube for follow through instructions. Totally depends on what Database Management System you want to use. A good place to start is with MySQL installed in your computer and connect to the app within the command line console.
1st Sep 2016, 6:10 PM
Hussain Fazaal
Hussain Fazaal - avatar
0
download XAMP or WAMPP, both have MySQL and you can try you're queries in the SQL tab
2nd Sep 2016, 5:28 AM
Gerardo Mérida
Gerardo Mérida - avatar
0
If you are interested in a free Oracle version you might have a look at Oracle Express (a limited enterprise edition). You find it here: http://download.oracle.com
10th Sep 2016, 4:42 PM
Stephan Borsodi
Stephan Borsodi - avatar