- 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 number that is obtained by some defined arithmetic process, but is effectively a random number for the purpose for which it is required.
Industry:Software
A number that is the result of a message digest function or a secure hash algorithm distilling a document.
Industry:Software
A number that is the same as an Internet Protocol (IP) address. A network mask identifies which part of an address is to be used for an operation, such as making a TCP/IP connection.
Industry:Software
A table row that can be read by application processes that are executing with any isolation level except repeatable read. When an application process issues the same query multiple times within a single unit of work, additional rows can appear between queries because of the data being inserted and committed by application processes that are running concurrently.
Industry:Software
A trigger that is associated with a single view and is activated by an insert, update, or delete operation on the view and that defines how to propagate the insert, update, or delete operation on the view to the underlying tables of the view. See also delete trigger, insert trigger, trigger, update trigger, read trigger.
Industry:Software
A user-defined data type that shares a common representation with built-in data types. See also built-in data type.
Industry:Software
A table space that can store any persistent data. See also regular table space, large table space.
Industry:Software
A trigger that is defined with the trigger granularity FOR EACH STATEMENT.
Industry:Software
A user-defined function whose result is dependent on the values of the input arguments. That is, successive invocations with the same input values produce the same answer.
Industry:Software
A table space that can store only temporary data. See also system temporary table space, user temporary table space.
Industry:Software