0

How to download sql software

How to use sql so please sql detail

2nd May 2017, 7:51 AM
Ansari Muhammad Aamirsohail
Ansari Muhammad Aamirsohail - avatar
2 odpowiedzi
+ 4
If you are new to this and want just to try and apply your SQL knowledge, I recommend DB browser: www.sqlitebrowser.org It comes in SQLite flavor and has some limitations (50k records max by default in SQLite), but: 1. It is a valid SQLite tool for creating, reading, updating and deleting (CRUD). 2. You can give it SQL commands. 3. You can manipulate the database using visual-based options in it AND see how they are translated into SQL - educative valor :) 4. It is extremely light and does not require any server installations. 5. It is easily managed by scripts in Python, PHP or Javascript.
2nd May 2017, 8:48 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
You need to download XAMPP. With this Software you can download MySQL, PHP ...
2nd May 2017, 8:03 AM
Conarius
Conarius - avatar