Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: What is DBMS?

  1. #1
    Join Date
    Apr 2016
    Location
    UK
    Posts
    11

    Default What is DBMS?

    Hello Friends,

    Please tell me what is DBMS.

  2. #2
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    A database management system (DBMS) is a computer software application that interacts with the user, other applications, and the database itself to capture and analyze data. A general-purpose DBMS is designed to allow the definition, creation, querying, update, and administration of databases.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  3. #3

    Default

    Database Management System or DBMS in short refers to the technology of storing and retrieving users’ data with utmost efficiency along with appropriate security measures.

  4. #4
    Join Date
    Feb 2016
    Location
    New York United States
    Posts
    47

    Default What is DBMS?

    A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data.

  5. #5

    Default

    The DBMS can offer both logical and physical data independence. That means it can protect users and applications from needing to know where data is stored or having to be concerned about changes to the physical structure of data (storage and hardware).

  6. #6

    Default

    A DBMS is a software tool that makes it possible to organize data in a database.

  7. #7

    Default

    The DBMS essentially serves as an interface between the database and end users or application programs, ensuring that data is consistently organized and remains easily accessible.

  8. #8

    Default

    Well Database management system is a utility that provide facility to store the data i.e. either text or binary in a encrypted space other than File System. It keeps data secure from unauthorized access. even file explore can't show the data inside it.That's why million of computer user work on database for keeping there data safe and secure from unauthorized access.

  9. #9
    Join Date
    Apr 2020
    Posts
    704

    Default

    A database management system (DBMS) is a software package designed to define, manipulate, retrieve and manage data in a database. A DBMSgenerally manipulates the data itself, the data format, field names, record structure and file structure.

  10. #10

    Thumbs up What is DBMS?

    DBMS stands for Database Management System, which is software that allows users to manage and organize data in a structured way. DBMS software facilitates the creation, maintenance, and use of databases, and it allows multiple users to access and manipulate the data within them.

    Some common features of DBMS software include:

    1) Creating and modifying database schema (i.e., the structure of the database).
    2) Adding, modifying, and deleting data in the database.
    3) Enforcing data consistency and integrity through data validation and constraints.
    4) Querying and retrieving data from the database using a variety of tools and languages.
    5) Managing access to the database through user authentication and authorization.
    6) Backing up and restoring the database to ensure data durability.

    Examples of popular DBMS software include Oracle, MySQL, Microsoft SQL Server, and PostgreSQL.

Similar Threads

  1. What is DBMS?
    By stuartspindlow in forum Software & Hardware
    Replies: 24
    Last Post: 05-28-2021, 02:09 PM
  2. What is DBMS?
    By stuartspindlow in forum Software & Hardware
    Replies: 19
    Last Post: 03-17-2021, 01:08 PM
  3. What is DBMS?
    By StuartSpindlow1 in forum Web Design Solutions
    Replies: 21
    Last Post: 09-03-2016, 10:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •