answersLogoWhite

0


Best Answer

Database management system is a software system that creates,expands and maintains the database.

User Avatar

Jamison Bechtelar

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

Database is a collection of related data while database management system is a software which is use to access the database.
A database is an accumulation of data, for storage and future use. The database management system would be the software you use to..this is too easy...manage the database. In other words, to search, sort, filter, and retrieve the data, or parts of it, from the database.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

1.DBMS (Data base management system ) is a process of managing data for efficient retrieval and storage of data.

2.The data base which is used by relations( tables) to acquire information retrieval are known as RDBMS. example- sql

Another answer

DBMS is the Database Engine itself

like MySql Server

RDBMS is a DBMS that is based on the relational model. Almost all modern DBMS's are RDBMS's. Older DBMS's were based on different models (network, hierarchical, etc.)

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Basically a simple computer file or card index containing related data is a database. In such a system the items data will be laid out as a table with related data items forming a row (called a 'tuple').

Place , measurement 1, measurement 2, measurement 3

site1, 10, 5, 9

site2, 15, 17, 3

site3, 4, 7, 16

would be an example of such a simple database table/file.

If you have more than one type of information from site 1, 2, 3 etc then you would logically put these into separate files/tables but you may then want to link them together to do use the information as a whole.

A database is a set of tables containing data where there are connections between the data stored in one table and data stored in other tables.

A Database Management System (DBMS) is a computer application capable of storing a database and linking the information in the tables together to form new tables.

A true DBMS should implement a set of mathematical rules (called relational calculus), defining a relational model for databases, which if implemented by the application properly will guarantee that queries asked about the data comprising the database yield valid results.

It should be noted that the relational model is currently the only model for a DBMS with a mathematical proof that it will work. There are alternate database management systems offered for sale that do NOT implement the relational model and therefore when used may not return valid results - (would you want to trust your business to them?)

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

DBMS actually manages the storage, without DBMS you have to explicitly store the table definition and its contents in a file and retrieve it. This is a headache if there are many tables, this process is simplified by the software called DBMS, using this you can query the tables.

query is nothing but calling the functions of the program called DBMS, if you want even you can create your own DBMS in c , java etc and have your queries defined in the form of functions.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

DBMS stands for Database Management System.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Data Base Management System.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

DBMS is Database Management System.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is DBMS in Microsoft?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is Microsoft OneNote a DBMS?

Yes ,DBMS -data base management system


Is Microsoft Project 2007 a DBMS?

No


What are other DBMS apart from Microsoft Office Access?

microsoft access


DBMS used in web-based application?

MYSQL - a freely distributed DBMS Microsoft SQL Server - the product of old-brand Microsoft Oracle - a strong and powerful DBMS, which is normally used by larger enterprises nowadays.


Examples for dbms and rdbms?

My sql, Microsoft sql , Microsoft Access, dBase, Filemaker pro are the examples for dbms and oracle and sql server are the examples for rdbms


Name three vendors of DBMS products?

Microsoft (MS SQL)IBMORACLE


Name two of dominate DBMS vendors and their latest products please specify in which way they are the dominating DBMS vendor?

oracle, Microsoft, SyBase and oracle.


What are database software available in market?

Available DBMS are DB2, Oracle, Sybase, and Microsoft SQLServer. There are also Microsoft Access, mySQL, FileMaker. Hyperion, hSQL, Firebird, Postgres, and more.


What are examples of DBMS?

Microsoft Access, MySQL, Microsoft SQL Server, Oracle, FileMaker Pro, FoxPro, dBASE are all examples of database management systems. A DBMS, or database Management System, is a collection of programs that enables you to store, modify, and extract information from a database.


Why Microsoft Excel is dbms?

Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.Microsoft Excel is a spreadsheet application. While it does have some database capabilities, it is not a DBMS.


What is the difference between DBMS and msaccess?

A Data Base Management System (DBMS) is a generic term like tin of food. Microsoft Access (msaccess) is a relational database (RDBMS). There are also network, hierarchical, OLAP and other types of databases. So msaccess is a DBMS but not the other way around.


Is Microsoft Access an RDBMS or DBMS?

Yes, MS Access is a relational database management system (RDBMS). RDBMS is a special type of database management system that stores data in form of related tables. It is differ from flat file databases because it uses several tables for a single database.