- back-end database system
-
вспомогательная система управления базой данных
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
back-end — UK /ˌbækˈend/ adjective [before noun] ► relating to the final parts of a process or project, or to money that you pay when you sell a financial product: » Back end logistics refers to product delivery and payment collection. »Back end charges… … Financial and business terms
back end — UK US noun [C] ► the part of a business that does not meet or deal directly with customers, such as manufacturing: »We need to change the back end of the business in order to improve our manufacturing and distribution systems. »The problems with… … Financial and business terms
Front-end and back-end — are generalized terms that refer to the initial and the end stages of a process. The front end is responsible for collecting input in various forms from the user and processing it to conform to a specification the back end can use. The connection … Wikipedia
back end — computer program that performs background tasks (support program for a computer system, such as a database) … English contemporary dictionary
Database administration and automation — Database administration is the function of managing and maintaining database management systems (DBMS) software. Mainstream DBMS software such as Oracle, IBM DB2 and Microsoft SQL Server need ongoing management. As such, corporations that use… … Wikipedia
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
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
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 transaction — A transaction comprises a unit of work performed within a database management system (or similar system) against a database, and treated in a coherent and reliable way independent of other transactions. Transactions in a database environment have … 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
Database trigger — A database trigger is procedural code that is automatically executed in response to certain events on a particular table or view in a database. The trigger is mostly used for keeping the integrity of the information on the database. For example,… … Wikipedia