answersLogoWhite

0

maa chuda la maa ka loda

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the difference between DBMS and GIS?

A DBMS (Database Management System) is a software system that manages databases, storing, organizing, and retrieving data. GIS (Geographic Information System) is a specialized system for capturing, storing, analyzing, and visualizing spatial or geographic data. While both involve managing data, GIS focuses specifically on geographic information.


What are the Advantage of dbms over file management system?

storing and retrieving data is faster,flexibility over file processing,real time transactio processing,trac records useful in auditing and control.


What is the difference between flat file and DBMS?

A flat file is a simple file containing data without any structured format, while a Database Management System (DBMS) is a software system that manages databases by organizing, storing, and retrieving data. A DBMS allows for more organized and efficient data management, supports relationships between data, and provides features like security and data integrity that are not available with flat files.


What are the scope of dbms?

The scope of a Database Management System (DBMS) includes storing, managing, and retrieving data efficiently. It also involves providing data security, integrity, and concurrency control mechanisms. Additionally, a DBMS supports data modeling, querying, and reporting functionalities.


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.


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.


What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


What are the names of dbms tools?

Some popular database management system (DBMS) tools include MySQL, Microsoft SQL Server, Oracle Database, and PostgreSQL. These tools are widely used for storing, managing, and retrieving data in various applications and systems.


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


Where is data stored in a database?

data is saved by storing


How to manage database in my computer?

DBMS is the software you use to manage the database, and content is the information in the tables of the database. It is like the management of a warehouse and the content in the warehouse. Here is more of an explanation: * A database management system (DBMS) manages the data that is contained in it. The DBMS takes care of organizing and storing the data so that the user need not wory about the mechanics of storage and access. * DBMS stands for DataBase Management System. It's the software that manages the database. The database contents is the actual data. For example, if you store name and addresses in MS Access, the MS Access and file structures would be the DBMS and the actual names and addresses would be the data. In the corporate world, there is software available which is described as DBMS.