-
1 shared database
"A database that is shared out to other users. These users create their own local copies, which are periodically synchronized with the shared database." -
2 multiuser shared database
A database that permits more than one user to access and modify the same set of data at the same time. -
3 offline database
A local working copy of a remote shared database in which you can make changes while you are disconnected. You can synchronize changes with the remote shared database when you reconnect. -
4 remote database
"A database which is stored on another computer and is shared out to other users. These users create their own local copy, which is periodically synchronized with the shared database." -
5 online database
A remote shared database that is synchronized with your local copy. -
6 local database
"A local copy of a shared remote database, which you work in on your computer, and which is periodically synchronized with the remote database." -
7 exclusive
"Pertaining to a type of access to data in a database that is shared over a network. When you open a database in exclusive mode, you prevent others from opening the database." -
8 public variable
A variable you declare with the Public keyword in the Declarations section of a module. A public variable can be shared by all the procedures in every module in a database.
См. также в других словарях:
Database-centric architecture — or data centric architecture has several distinct meanings, generally relating to software architectures in which databases play a crucial role. Often this description is meant to contrast the design to an alternative approach. For example, the… … Wikipedia
Shared nothing architecture — A shared nothing architecture (SN) is a distributed computing architecture in which each node is independent and self sufficient, and there is no single point of contention across the system. People typically contrast SN with systems that keep a… … Wikipedia
Database virtualization — is the decoupling of the database layer, which lies between the storage and application layers within the application stack. Virtualization at the database layer allows hardware resources to be extended to allow for better sharing resources… … Wikipedia
Shared Check Authorization Network — (SCAN) is a comprehensive database of bad check writers in the United States. The database is used by retailers in order to reduce the number of bad checks received. The database keeps track of those who have written outstanding bad checks to any … Wikipedia
Database activity monitoring — (DAM) is a database security technology for monitoring and analyzing database activity that operates independently of the database management system (DBMS) and does not rely on any form of native (DBMS resident) auditing or native logs such as… … Wikipedia
Database tuning — describes a group of activities used to optimize and homogenize the performance of a database. It usually overlaps with query tuning, but refers to design of the database files, selection of the database management system (DBMS), operating system … Wikipedia
Database — A database is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports… … Wikipedia
Shared web hosting service — Types of Internet hosting service Full featured hosting Virtual private server · Dedicated hosting · … Wikipedia
Shared read lock — Information systems store structured information in a Database. A database is created, accessed, and manipulated via a Database management system (DBMS). DBMS theory and practice is an important subdicipline of computer science. Many databases… … Wikipedia
Database management system — A database management system (DBMS) is a software package with computer programs that control the creation, maintenance, and the use of a database. It allows organizations to conveniently develop databases for various applications by database… … Wikipedia
Database normalization — In the design of a relational database management system (RDBMS), the process of organizing data to minimize redundancy is called normalization. The goal of database normalization is to decompose relations with anomalies in order to produce… … Wikipedia