What is the difference between a file database and a server database
First of all, databases are stored in files! So a simplified answer would be unimportant.
But when we talk about file databases , we mean databases that we directly interact with / update (through the SQL abstraction offered by the JDBC driver), but essentially we just read / write the file directly. Example:SQLite
, , ( ), (.. SQL-). , . : MS-SQL Server.
( ), .
, .