answersLogoWhite

0


Best Answer

what i think,regrding the different types of DBMS based on the type of organisation of data are: 1)An Enterprise DBMS which is designed for scalability and high performance. It must be capable of supporting very large databases, a large number of concurrent users, and multiple types of applications. 2)A Departmental DBMS, sometimes referred to as a workgroup DBMS, supports small to medium sized workgroups within an organization, and typically runs on a Unix, Linux, or Windows 2000 (or NT) server. 3)A Personal DBMS is designed to be used by a single user, typically on a low- to medium-powered PC platform. A personal DBMS product is suited only for small scale projects and should not be used to deploy multi-user applications. 4)A Mobile DBMS is a specialized version of a departmental or enterprise DBMS. It is designed to be used by remote users who are not usually connected to the network(eg:laptop or handheld device, such as a Palm PDA or PocketPC). Furthermore, the mobile DBMS provides a mechanism for synchronizing remote database changes to a centralized, enterprise or departmental database server.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Based on type of organization of data what are different types of DBMS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Management

Explain the types of dbms users?

There are four types of DBMS users,Naive UsersOnline UsersApplication Program UsersDatabase AdministratorNote: The description of above points is currently not available.


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


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 are the differences between different types of Database Management Systems?

DBMS stands for Database Management System which is a general term for a set of software dedicated to controlling the storage of data.RDMBS stand for Relational DataBase Management System. This is the most common form of DBMS. Invented by E.F. Codd, the only way to view the data is as a set of tables. Because there can be relationships between the tables, people often assume that is what the word "relational" means. Not so. Codd was a mathematician and the word "relational" is a mathematical term from the science of set theory. It means, roughly, "based on tables".AnswerDBMS includes the theritical part that how datas are stored in a table.It does not relates tables with another. While RDBMS is the procedural way that includes SQL syntaxes for relating tables with another and handling datas stored in tables.Answer1)rdbms is object based database management system while dbms 2)rdbms can maintain at many users at same time while dbms not 2)in rdbms is relation is more important than object itself while dbms entity is more importantAnswerThe main advantage of an RDBMS is that it checks for referential integrity (relationship between related records using Foreign Keys). You can set the constraints in an RDMBS such that when a paricular record is changed, related records are updated/deleted automatically.AnswerORDBMS = ODBMS + RDBMS = (O + R) * DB * MS. On a logical level, an ORDBMS is the MS process methods applied for DB data structure, which is complied with O object and R relational concepts.AnswerA database has to be persistent, meaning that the information stored in a database has to continue to exist even after the application(s) that saved and manipulated the data have ceased to run. A database also has to provide some uniform methods that are not dependent on a specific application for accessing the information that is stored inside the database.An RDBMS is a Relational Data Base Management System. This adds the additional condition that the system supports a tabular structure for the data, with enforced relationships between the tables.Answerthe difference is dbms has no tableswhile rdbms has and also it describesabout the relationships among the tablesdbms for small organisatiionswhere rdbms for large amonut of dataAnswerthe difference between dbms and rdbms is that it doesn't show the relation while rdbms show the relation and moreover dbms is for small organisations where rdbms for large amount of dataAnswerIn DBMS all the tables are treated as different entities. There is no relation established among these entities. But the tables in RDBMS are dependent and the user can establish various integrity constraints on these tables so that the ultimate data used by the user remains correct.AnswerIn DBMS there are entity sets in the form of tables but relationship among them is not defined while in RDBMS in each entity is well defined with a relationship set so as retreive our data fast and easy.AnswerIn DBMS tables are not related. In RDBMS tables are relatedIn DBMS only one user can access the same database, at the same time. In RDBMS many users simultaneously access the same databaseRDBMS is more secure than DBMSIn DBMS store and retrieve small amount of Data In RDBMS store and retrieve large amount of DataAnswerDBMS :- Set of data and tools to manage those data. - Will not support RELATION SHIP between data. - Ex : - Foxpro data files and earlier Ms Access.RDBMS :- Same as DBMS - Will Support RELATION SHIP between Tables. - Ex : - ORACLE,SQL 2000,DB 2 ...Answerdbms support 6 rules which were proposed by the developer of dbms and where as rdbms follows 8 rules which were proposed by the developer of rdbms.Answer1. dbms is a single user system rdbms is a multiuser system 2. dbms stores do not store data in the form of tables while rdbms stores it in the form of tables. 3. most of dbms are not supporting client/server architecture as it is supported by rdbms. 4. most dbms do not support distributed databasesDBMS - Database MAnagement SystemDifferent types of dbms1.DBMS simple databses management system , dbms does not support codd rules more than 5/6 rules.2.RDBMS like sql server,mysql . Rdbms support more than 7 codd rules3. ORDBMS like oracle 9i or later versionAnswer:DBMS refers to DataBase Management Systemand relatioonal data structure is the way of organizing the data stored so that each attribute is related to one another and that's y they are used for geographic information storing purposes.AnswerA Database Management System (DBMS) is a set of computer programs that controls the creation, maintenance, and the use of the database in a computer platform or of an organization and its end users. It allows organizations to place control of organization-wide database development in the hands of database administrators (DBAs) and other specialists. DBMSs may use any of a variety of database models, such as the network model or relational model. In large systems, a DBMS allows users and other software to store and retrieve data in a structured way. It helps to specify the logical organization for a database and access and use the information within a database. It provides facilities for controlling data access, enforcing data integrity, managing concurrency controlled, restoring database.Answerwell, DBMS differences depends upon many aspects likewise: Vendors, Security, Easy to access(UI) etc.. according to my opinion based on security ORACLE is far better than others..


What are the different ways of classifying data base management system?

DBMS can be classified in the following ways,1. Based on Data ModelRelational Data ModelObject Data ModelObject Relational Data ModelExtended Relational Data ModelXML ModelHierarchical Data ModelNetwork data Model2. Based on Number of UsersSingle User SystemMulti-User System3. Based on Number of SitesCenteralized systemsDistributed DBMSs(DDMSs)Homogeneous DDMSHetrogeneous DDMS

Related questions

What are Different types of file organisation in DBMS?

Heap file organization Sequential File Organization Hashing File organization


What is file organization in DBMS?

file organization


What are some of DBMS Types?

1. Following are the different types of dbmsMySQLMicrosoft SQL ServerMS AccessFoxproSAPdBASETibero 6


What are different types of hashing techniques are there in DBMS?

there are 2 types of hashing techniques 1- Static hashing 2-Dynamic hashing


What are three types of dbms?

Three types of DBMS (Database Management Systems) include relational DBMS, object-oriented DBMS, and NoSQL DBMS. Relational DBMS organizes data into tables with rows and columns, object-oriented DBMS stores data as objects and classes, and NoSQL DBMS handles unstructured and semi-structured data with flexible schemas.


Explain the types of dbms users?

There are four types of DBMS users,Naive UsersOnline UsersApplication Program UsersDatabase AdministratorNote: The description of above points is currently not available.


Hos is DBMS different from a Database?

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


What are the types of dbms attributes?

Types of Attributes in Dbms areKey or non key attributesRequired or optional AttributesSimple or composite AttributesSingle-valued and multi-valued AttributesStored, Coded or derived Attributes


How Armstrong rules are complete or sound in dbms?

Armstrong rules are complete or sound in dbms by clarifying the types of situations which need to be achieved and done.


What is the use of dbms?

DataBase Management System (DBMS)is a software package# it allows data to be effectively stored, retrieved and manipulatedand # the data stored in a DBMS packege can be accessed by multiple users and by multiple application programs like (SQL Server, Oracle, Ms-Access) .Types of DBMS# Hierarachical DBMS (HDBMS)# Network DBMS (NDBMS)# Relational DBMS (RDBMS)# Object Oriented DataBase(OODB)# Distributed DBMS (DDBMS)


Why DBMS are important in your information based society?

DBMS (Database Management Systems) are important in an information-based society because they provide a structured way to store, manage, and retrieve data efficiently. They help in organizing and maintaining large volumes of data, ensuring data consistency and integrity, and enabling quick access to pertinent information. DBMS also support data sharing and collaboration among users, leading to enhanced decision-making processes and overall business performance.


What are different kinds of Database?

Different kinds of database are: * DBMS * RDBMS