How to make database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make database

datebase

7th Nov 2017, 1:09 PM
Mohamed Abdi Omar
3 Answers
+ 2
I personally use MySQL, but you can use any of the various databases. Just install SQL/MySQL onto your server and then set up the database/tables. You'll want to use something like PHP so you can interact between the server side and your front end website. You can also use NodeJS and JS instead, just as long as you have some means of communicating between the front end and back end so you can manipulate the database.
7th Nov 2017, 1:20 PM
AgentSmith
0
You can create a database for your static website to make it dynamic. There are some database softwares you can use like NETKOS ENT mentioned above but it depends on you what is your requirements like MySQL is lightweight so we are using it.
7th Nov 2017, 2:22 PM
~Sudo Bash
~Sudo Bash - avatar
0
you can create a database using SQL, MySQL or any other like Oracle
9th Nov 2017, 5:13 AM
Mohamed Abdirahman Diiriye
Mohamed Abdirahman Diiriye - avatar