+ 2
Which database should be prefer for new coder
which database should be used by new coder for simply and easily coding and handling database using controls
2 Answers
+ 2
Have a look at MariaDB, https://en.wikipedia.org/wiki/MariaDB or SQLite, https://en.wikipedia.org/wiki/SQLite, which plays nicely with Python.
+ 1
As guys have written the simpliest is Sqlite but this is more restricted than standard products like MySql or MS SQL.In this case you need to know for what you use a database.The free open source SQL database is PostgreSQL,it is wery powerful!