answersLogoWhite

0

A repository is a collection of all data definition, data relationships and report formats, i,e; meta data of a database.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Computer Science

What is a workflow database?

A workflow database is a database used to hold the status property of a running workflow. Workflows can take days, weeks and months to run (David completes a task, it is sent to Joe who does his task after 2 days...) The workflow database is a repository for the status of each running workflow instance


Can you explain the differences among data, information, and a database and how they are interconnected in the realm of information management?

Data refers to raw facts or figures, while information is processed data that has meaning and context. A database is a structured collection of data that is organized and stored for easy access and retrieval. In information management, data is input into a database, where it is organized and processed to generate meaningful information. The database serves as a central repository for storing and managing data, which can then be used to generate valuable insights and support decision-making processes.


What is scm repository?

SCM repository systems are based on a simple idea: the definitive copies of your files are kept in a central repository. People check out copies of files from the repository, work on those copies, and then check them back in when they are finished. SCM systems manage and track revisions by multiple people against a single master set.


Enter on the database or in the database?

We would use in rather than on. Data is stored in a database, not on a database. Data is entered into a database not onto a database.


What is active database and cloud database?

The database we use in our daily life is called as active database . The data that is stored in the database which is further stored on the cloud is called cloud database.

Related Questions

What is the difference between database and repository?

A database is a structured collection of data stored electronically, typically organized for easy search and retrieval. A repository is a central location in which data is stored and managed, often used to store and version control software code or documents. In essence, a database stores data in a structured format, while a repository can store various types of assets or information.


What database serves as a central repository for all Active Directory objects?

The global catalog server.


How do web designers improve everyday life?

The internet can be viewed as a huge repository or database of human knowledge. Web designers contribute to easy access to that database.


How does John Battelle describe search engines?

He calls them the "database of our intentions," the repository of humanity's curiosity, exploration, and expressed desires.


What is the name of the system database that contains descriptions of the data in the database?

The system database that contains descriptions of the data in the database is called the data dictionary or metadata repository. It stores information about the structure, definition, and organization of data elements within the database to help users and systems work with the data effectively.


What is a large scale electronic repository of data that contains and organizes all an oragnization' data in one place called?

a database or a server


What is a workflow database?

A workflow database is a database used to hold the status property of a running workflow. Workflows can take days, weeks and months to run (David completes a task, it is sent to Joe who does his task after 2 days...) The workflow database is a repository for the status of each running workflow instance


Why the data dictionary is sometimes called the database designer's database?

The data dictionary is sometimes called the database designer's database because it stores metadata about a database system's structure, constraints, and definitions. Database designers use this centralized repository to manage information about data elements, relationships, and properties, aiding in the design, development, and maintenance of databases. It serves as a valuable resource for understanding and documenting the database schema for efficient management and usability.


Which is the best CMDB or Content Management Database for use on an ITIL system?

A configuration managment database (CMDB) is a repository of information related to all the components of an information system.Repositories similar to CMDBs have been used by IT departments for many years.


Where can I find an online IT course?

http://www.teachmeit.com/ is a comprehensive online repository that offers a wide range of IT courses. These range from simple desktop usage to networking and database management.


What is the difference between database and datastore?

A database is a structured collection of data organized for efficient retrieval and updating. A datastore is a repository for storing and managing data, which can include databases as well as other types of data storage systems such as key-value stores or document stores. Essentially, a database is a type of datastore, but not all datastores are databases.


What is the difference between a repository and a database?

The Metasafe Repository is a (DMBS) Database Management System. There are many types of DMBS with different core models: Oracles, SQLServer, MySQL are based on the "relational model" which is constructed from tables. IMS the database from IBM is based on a hierachical model. Etc. Metasafe is based on an entity-relationship model, which means that is handles "entities" and "relationships between entities". This is the difference. What do they have in common? A (proper) database can be used by many users in parallel. It guarantees that a set of changes (a transaction) is processed completely or not all to make sure that the database is allways in a consistent state. A DMBS has also an access language (in case of Metasafe erSQL) and an API to access the data in the database. Last update on 04.11.2011 by Patrick Landolt.