define database servers? and also define RDBMS
Answers
Answered by
3
A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database. Most commercial RDBMS's use the Structured Query Language (SQL) to access the database, although SQL was invented after the development of the relational model and is not necessary for its use.
django:
you define both database and RDBMS
Answered by
1
database server is a type of server which collect all the data connecting to the database.
rdbms is a type of database which stands for relational database management system
rdbms is a type of database which stands for relational database management system
Similar questions