Question:
what is database managment system (DBMS)?
anonymous
1970-01-01 00:00:00 UTC
what is database managment system (DBMS)?
Nine answers:
anonymous
2016-05-20 14:47:42 UTC
A database management system (DBMS) is a system or software designed to manage a database, and run operations on the data requested by numerous clients. Typical examples of DBMS use include accounting, human resources and customer support systems. DBMSs have more recently emerged as a fairly standard part of any company back office. An ENTERPRISE DBMS merely refers to a DBMS suitable to enterprise use, as opposed to academic or personal. Such a dbms is expected to have the following characteristic: 1. High Availability - is always up and functioning 2. High Reliability - is always performing as expected 3. Scalable - can handle any amount of data/transaction even if it means adding more resources sometimes 4. Manageable - doesn't require much esoteric knowledge and can be learned by anyone with reasonable effort 5. Secure
anonymous
2006-06-22 01:57:38 UTC
SQL Server 2005 makes significant enhancements to the security model of the database platform, providing more precise and flexible control to enable tighter security of the data. A considerable investment has been made in features that help to provide a high level of security for your enterprise data. These features include the advanced security of surface area reduction, data encryption, native encryption, authentication, granular permissions, and user and schema separations. These advancements contribute to Microsoft’s Trustworthy Computing initiative that defines the steps necessary to help support secure computing and helps you deploy and maintain a secure environment.



• Surface Area Reduction and Advanced Security. SQL Server 2005 provides rich security features to protect data and network resources. It is much easier to achieve a secure installation of the software, because all but the most essential features are either not installed by default or disabled if they are installed. SQL Server provides plenty of tools to configure the server. Its authentication features make it harder to get access to a server running SQL Server by integrating more closely with Windows authentication and protecting against weak or old passwords. Granting and controlling what a user can do when authenticated is far more flexible with granular permissions.



• Surface Area Configuration. SQL Server 2005 includes the SQL Server Surface Area Configuration Tool, which provides an intuitive graphical user interface (GUI) for configuring the server. Running this tool should be your first task after installing SQL Server. The tool opens with a brief explanation of its purpose, and a link to documentation. It includes a link to configure services and protocols and another to configure other features.



• Off by Default. To reduce the SQL Server 2005 surface area to unauthorized access after initial installation, a number of services have been turned off or set for manual start-up so no inadvertent access is granted. Services that are off by default include the Microsoft .NET Framework, Service Broker network connectivity, and HTTP connectivity for Analysis Services. Services that require manual intervention to start include SQL Server Agent, Full Text Search, and Integration Services, which can all be reset for automatic start-up.



• Data Encryption. Security at the server level is probably the greatest concern for system administrators, but the database itself is the primary focus in a production environment. Database administrators can let developers focus on the database details, as long as the developer functions within the environment’s constraints. SQL Server 2005 provides plenty of new features for securing the database.



• Native Encryption. SQL Server 2005 supports encryption capabilities within the database itself, fully integrated with a key management infrastructure. By default, client/server communications are encrypted. To centralize security assurance, server policy can be defined to reject unencrypted communications.



• Authentication. SQL Server 2005 clustering supports Kerberos authentication on a virtual server. Administrators are able to specify Microsoft Windows–style policies on standard logins so that a consistent policy is applied across all accounts in the domain.



• Granular Permissions. Permissions to perform a variety of database tasks have been made more granular to narrow the scope of rights that must be granted. This principle of least privileges helps ensure that database users have sufficient rights to do their tasks but only their tasks. The need to grant broad administrative rights to perform routine maintenance tasks has also been significantly decreased.



• User and Schema Separation. Until the release of SQL Server 2005, an implicit link connected users and the database objects they own. It has been a requirement that all database objects owned by a user be dropped or reassigned before a user could be removed from the database. With SQL Server 2005, this link no longer exists and dropping users no longer requires application changes.





Top of page
PJ
2006-06-22 01:53:10 UTC
A set of programs that manages the creations and modifications of database and access to their contents.

DBMSs available 4 use on personal computers include Paradox and dBase

DBMSs Software:FOXPRO
franciosvoltaire
2006-06-22 01:44:02 UTC
A Database Management System(DBMS) is a compination of software applications, or as simple as one application that allows users or programers to manage data stored in a database. Databases are structured collections of data could be as simple as one or more tables storing the data with or without relations between these tables. The DBMS job is to supply users an easy way to access the data stored in the database, to see it in the most convenient way, to be able to manipulate the data by updating, deleting or inserting, and above all to be able to take decisions built on what they understood from the data they saw. A very good example of DBMSs is Oracle databases and applications. They come under RDBMS( Relational Database Management Systems) or ORDBMS ( Object Relational Database Management systems).

The DBMSs are usually depending on SQL( Structured Query Language) to access the databases and give functionality to applications over the data.
Krex
2006-06-22 01:34:01 UTC
u've got your answer in all above replies. now select the best one
emhashish
2006-06-22 01:31:15 UTC
A collection of programs that enables you to store, modify, and extract information from a database. There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on mainframes.



The following are examples of database applications:

computerized library systems

automated teller machines

flight reservation systems

computerized parts inventory systems



From a technical standpoint, DBMSs can differ widely. The terms relational, network, flat, and hierarchical all refer to the way a DBMS organizes information internally. The internal organization can affect how quickly and flexibly you can extract information.



Requests for information from a database are made in the form of a query, which is a stylized question. For example, the query



SELECT ALL WHERE NAME = "SMITH" AND AGE > 35



requests all records in which the NAME field is SMITH and the AGE field is greater than 35. The set of rules for constructing queries is known as a query language. Different DBMSs support different query languages, although there is a semi-standardized query language called SQL (structured query language). Sophisticated languages for managing database systems are called fourth-generation languages, or 4GLs for short.



The information from a database can be presented in a variety of formats. Most DBMSs include a report writer program that enables you to output data in the form of a report. Many DBMSs also include a graphics component that enables you to output information in the form of graphs and charts.
Mellesa
2006-06-22 01:31:10 UTC
something related wid Microsoft Access
natnihc
2006-06-22 01:30:54 UTC
A database management system (DBMS) is a computer program (or more typically, a suite of them) designed to manage a database (a large set of structured data), and run operations on the data requested by numerous clients. Typical examples of DBMS use include accounting, human resources and customer support systems. Originally found only in large organizations with the computer hardware needed to support large data sets, DBMSs have more recently emerged as a fairly standard part of any company back office.



DBMS's are found at the heart of most database applications. Sometimes DBMSs are built around a private multitasking kernel with built-in networking support although nowadays these functions are left to the operating system.
Rajiv G
2006-06-22 01:32:24 UTC
Please check: http://en.wikipedia.org/wiki/Database_management_system


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...