answersLogoWhite

0


Best Answer

The database holds the records, fields, cells ..with data. The DBMS is the "tools" used to manipulate the data in the database. An example of a DBMS is SQL Server.

The DBMS is the database engine itself. This is the core, the actual program that contains the logic to execute your SQL statements. performs that actual data access based upon these commands (relationaly).

whereas DS is linked with improving the speed of traversing and searching the data in main memory.

As we all know that the processor can only process the data that is available in main memory. Therefore the different models used to organize data in main memory are collectively referred as DS.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

data is like the files that are put on table .while data base system is a system which is base on data and query.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between DBMS and a database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between homogeneous database and heterogeneous database?

A Homogeneous database will have only one DBMS, while heterogeneous databases have multiple DBMS's


What iis difference between dbms and tfs?

database approach


What is the difference between database application and dbms?

A DBMS is a database management system. A database application would be something inside the DBMS such as: ~a way to search files ~a way to pull certain information


What is the difference between a database management system and a database?

DBMS: Set of software applications combined w/ a database


What is the difference between dbms and mdbms?

dbms stands for database management system and this mdbms is mulivalue database management system. if we need to store the a multidata then we have to use the mdbms


What is the difference between OODBMS and DBMS?

Object-Oriented Database Management System (OODBMS) stores data in the form of objects with attributes and methods, allowing for complex data structures and relationships. Traditional Database Management System (DBMS) stores data in structured tables with rows and columns, focusing on relational data models. OODBMS is better suited for applications with complex data structures and relationships, while DBMS is more widely used for simpler data storage and retrieval needs.


What is difference between check point and save point in DBMS?

save point saves the dbms and check point simply check the database thats it simple


What is the component of database that serve as the intermediary between the user and the database?

dbms


What is the need of rdbms?

A DBMS stores data in a table where the entries are filed under a specific category and are properly indexed. This allowed programmers to have a lot more structure when saving or retrieving data. A relational database contains data in more than one table. Each table contains a database that is then linked to other tables with respect to their relationships. Read more: Difference Between DBMS and RDMS | Difference Between | DBMS vs RDMS http://www.differencebetween.net/technology/difference-between-dbms-and-rdms/#ixzz1eJUZkRgz


What is the difference between DBMS and GIS?

gis and dbms


Hos is DBMS different from a Database?

DBMS is database management. Database is where the information is stored.


What are the difference between database systems and data information retrieval systems?

A database management system (DBMS or simply database) forms the back-end of a data information retrieval system. Data retrieval is just one component of a DBMS; data input, storage and maintenance being the other major components.