Software required to develop database ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Software required to develop database ?

want to know what software I have to learn to develop a database for hospital and stores

21st Feb 2017, 11:28 AM
Dhinesh Prabhu
Dhinesh Prabhu - avatar
3 Answers
+ 2
mysql, postgresql, sqlite <-- those are most popular SQL ones. MongoDB <-- most popular NoSQL.
21st Feb 2017, 1:40 PM
Jakub Stasiak
Jakub Stasiak - avatar
+ 1
MySql
21st Feb 2017, 12:57 PM
shashi prakash
shashi prakash - avatar
0
I guess you want to store data in database. for that you need server, php and sql. for local server you can install xampp in windows and write php code to save data in database using sql query.
21st Feb 2017, 1:39 PM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar