DictionaryForumContacts

   English
Terms for subject Databases containing table | all forms | exact matches only
EnglishRussian
add a new foreign key constraint to an existing tableдобавить новое ограничение по внешнему ключу в существующую таблицу (Alex_Odeychuk)
affect a key value in the parent tableзатрагивать значение ключа в родительской таблице (Alex_Odeychuk)
child table recordsзаписи в дочерней таблице (Alex_Odeychuk)
child table's foreign keyвнешний ключ дочерней таблицы (Alex_Odeychuk)
class that can be mapped to a tableкласс, который можно отобразить на таблицу базы данных (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
closure tableтаблица связей (связи между сущностями хранятся в отдельной таблице – таблице связей, тогда как основная таблица содержит только данные самих сущностей. Таблица связей должна содержать как минимум два поля: ссылку на предка (ancestor), ссылку на потомка (descendant) Santinosa)
clustered tableкластеризованная таблица (Если у таблицы есть кластеризованный индекс, то таблица называется кластеризованной. — If a table has a clustered index, the table is called a clustered table.)
column in a database tableполе таблицы базы данных (англ. термин взят из кн.: Ottinger J.B., Minter D., Linwood J. Beginning Hibernate. – Apress, 2014. – 223 р. Alex_Odeychuk)
column in the child tableстолбец дочерней таблицы (Alex_Odeychuk)
column in the database tableполе таблицы базы данных (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
column in the parent tableстолбец родительской таблицы (Alex_Odeychuk)
constraints on columns in the tableограничения на значения столбцов таблицы (Alex_Odeychuk)
database tableтаблица базы данных (англ. термин используется в кн.: Shukla A. Building Web Apps with Spring 5 and Angular. – Birmingham: Packt Publishing, 2017. – 370 p.)
database table columnполе таблицы базы данных (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
database table column nameимя поля таблицы базы данных (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
delete or update the matching rows in the child tableудалить или обновить строки в дочерней таблице, содержащие ссылки по внешнему ключу на родительскую таблицу (Alex_Odeychuk)
delete or update the row in the child tableудалить или обновить строку в дочерней таблице (Alex_Odeychuk)
delete or update the row in the parent tableудалить или обновить строку в родительской таблице (Alex_Odeychuk)
detail tableзависимая таблица (Alex_Odeychuk)
disk-based tableдисковая таблица (microsoft.com Alex_Odeychuk)
durable memory-optimized tableустойчивая таблица, оптимизированная для памяти
durable tableустойчивая таблица (microsoft.com Alex_Odeychuk)
graph tableграфовая таблица (Alex_Odeychuk)
inline table-valued functionвстраиваемая функция с табличным значением (an inline function that returns a table Alex_Odeychuk)
join tableпромежуточная таблица, через которую происходит соединение (из кн.: Парамонов И.В. Разработка приложений баз данных с использованием средств объектно-реляционного отображения: метод. указания Alex_Odeychuk)
key value in the parent tableзначение ключа в родительской таблице (Alex_Odeychuk)
map Java object's properties to columns in a database tableвыполнить отображение свойств объекта языка Java на поля таблицы базы данных (англ. термин взят из кн.: Ottinger J.B., Minter D., Linwood J. Beginning Hibernate. – Apress, 2014. – 223 р. Alex_Odeychuk)
map the table name to the entity classвыполнить отображение имени таблицы на класс-сущность (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
master tableглавная таблица (Alex_Odeychuk)
matching rows in the child tableстроки дочерней таблицы, содержащие ссылки по внешнему ключу на родительскую таблицу (Alex_Odeychuk)
memory optimized tableоптимизированная для памяти таблица (microsoft.com Alex_Odeychuk)
non-durable memory-optimized tableнеустойчивые таблицы, оптимизированные для памяти (SQL Server supports non-durable memory-optimized tables, which are not logged and their data is not persisted on disk. microsoft.com Alex_Odeychuk)
normalized tableнормализованная таблица (Ding_an_sich)
on a per-table basisна уровне отдельно взятой таблицы (Alex_Odeychuk)
parent table's primary keyпервичный ключ родительской таблицы (Alex_Odeychuk)
referenced tableродительская таблица (parent table Alex_Odeychuk)
referenced tableтаблица, на которую ссылается внешний ключ (Alex_Odeychuk)
referencing tableдочерняя таблица (child table Alex_Odeychuk)
referencing tableтаблица, содержащая ссылку по внешнему ключу (Alex_Odeychuk)
relational database tableтаблица реляционной базы данных (англ. термин используется в кн.: Shukla A. Building Web Apps with Spring 5 and Angular. – Birmingham: Packt Publishing, 2017. – 370 p.)
row in the child tableстрока дочерней таблицы (Alex_Odeychuk)
second copy of the table dataвторая копия табличных данных (microsoft.com Alex_Odeychuk)
staging tableпромежуточная таблица (Глоссарий IBM Aelkris)
table being modifiedмодифицируемая таблица (Any reference to columns in the table being modified must be qualified with the column prefix that specifies the values deleted by the delete operation. Alex_Odeychuk)
table in the databaseтаблица базы данных (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
table storageвысокопроизводительное облачное хранилище данных (Alex_Odeychuk)
table with transaction durability delayedтаблица с отложенной устойчивостью транзакций (microsoft.com Alex_Odeychuk)
the delete or update operation for the parent tableоперация удаления или обновления данных в родительской таблице (Alex_Odeychuk)
transaction on a memory-optimized tableтранзакция на оптимизированной для памяти таблице (microsoft.com Alex_Odeychuk)