- Database type and version:
MySql / MariaDB  (all versions) 
The word database is reserved by Mysql, so to insert rows into tables that have a column named "database", you need to escape them using backticks (`).
The "Database MySQL Client" extension for Visual Studio Code currently encounters an issue when attempting to insert rows through the extension's user interface into a table that includes a column named "database." This error hinders the successful insertion of the row.
To solve the extension you need to escape reserved words with backticks (`).