+ 1
How to make database
datebase
3 odpowiedzi
+ 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.
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.
0
you can create a database using SQL, MySQL or any other like Oracle