Computer Science, asked by AustinMoore6792, 10 months ago

What Is Database Server

Answers

Answered by MynameisJeffs
2

Answer:

A database server is a server which uses a database application that provides database services to other computer programs or to computers, as defined by the client–server model.[citation needed][1][2] Database management systems (DBMSs) frequently provide database-server functionality, and some database management systems (such as MySQL) rely exclusively on the client–server model for database access (while others e.g. SQLite are meant for using as an embedded database).

Here ya go!

Answered by mahadev7599
2

Answer:

A database server is a relational database system that runs as a multithreaded server. It supports stored procedures that can be invoked by an RPC-like protocol. And, of course, it supports transactions. It therefore offers many of the main features of transactional middleware. It’s interesting to compare database servers to transactional middleware, to see where these two technologies are similar and different.

Similar questions