upload
International Business Machines
Industry: Computer
Number of terms: 98482
Number of blossaries: 0
Company Profile:
Sometimes referred to as “Big Blue” IBM is a multinational corporation headquartered in Armonk, New York. It manufactures computer hardware and software and provides information technology and services.
A table that has a dependent relationship on a parent table or on another descendent table. See also dependent table.
Industry:Software
A type of access that allows users and servers to access a server without first authenticating with it.
Industry:Software
A programme that allows users to edit an entire screen of data or text at one time.
Industry:Software
A table that holds temporary data and is defined with the SQL statement DECLARE GLOBAL TEMPORARY TABLE. Information about declared temporary tables is not stored in the DB2 catalog, so this kind of table is not persistent and can only be used by the application process that issued the DECLARE statement. See also base table, temporary table, created temporary table.
Industry:Software
A type of address space shared by multiple UNIX System Services (z/OS UNIX) processors.
Industry:Software
A programme that analyses input and breaks it into categories, such as numbers, letters, or operators.
Industry:Software
A table that holds temporary data. Temporary tables are useful for holding or sorting intermediate results from queries that contain a large number of rows. The two kinds of temporary tables, which are created by different SQL statements, are the created temporary table and the declared temporary table. See also base table, result table, table, declared temporary table, created temporary table.
Industry:Software
A type of analysis that discovers cross-table relationships by identifying foreign key candidates in table data. Foreign keys reference primary keys that are already defined or identified during primary key analysis.
Industry:Software
A programme that assists in managing removable media. DFSMSrmm is an example of a media management system.
Industry:Software
A table that is a dependent of an object. For example, a table with a foreign key is a dependent of the table containing the corresponding primary key. See also descendent table, parent table.
Industry:Software
© 2026 CSOFT International, Ltd.