Definitions for "Sequence" Add To Word List
Login or Register  | Word Lists | Search History

A sequentially ordered flat collection.
Helpful?           1
Three or more cards of the same suit in immediately consecutive order of value; as, ace, king, and queen; or knave, ten, nine, and eight.
Helpful?           0
All five cards, of a hand, in consecutive order as to value, but not necessarily of the same suit; when of one suit, it is called a sequence flush.
Helpful?           0
A combination of three or more cards in numerical order or ranking order, 9-10-J, A-2-3-4.
Helpful?           0
A sequence generates a serial list of unique numbers for numeric columns of a database's tables.
Helpful?           0
A sequential number generator which exists in a database. Some database vendors refer to a sequence as a serial, identity, or autoincrement. A sequence is useful for generating transaction-safe numbers for database transaction applications.
Helpful?           0
A database object used to generate unique integers.
Helpful?           0
a collection of statements, performed sequentially in the order they are written
Helpful?           0
a database feature
Helpful?           0
a database object from which multiple users can generate unique integers
Helpful?           0
a database object in its own right and can be used in any combination and in any circumstance
Helpful?           0
a database object that generates sequential numbers
Helpful?           0
a database object that provides unique numbers for storing in the database
Helpful?           0
a database object used to generate a serial list of unique numbers for numeric columns of a database's tables
Helpful?           0
a database object useful for generating sequential integers
Helpful?           0
a function, defined on the nonnegative integers, so it's fair to say that our operator takes a function as its input, and produces another function as its output
Helpful?           0
a function whose domain is the set of all positive integers
Helpful?           0
a function with a domain equal to the set of positive integers
Helpful?           0
an automatic counter that is maintained by the database server
Helpful?           0
an object that generates sequential numbers that we can use as primary keys for our employee number column
Helpful?           0
an object that only contains an integer value
Helpful?           0
an object that, when the "next value" is requested from it, is guaranteed to be unique
Helpful?           0
an Oracle database object that provides a set of numbers that increase or decrease at a specified increment
Helpful?           0
an Oracle object that generates integers according to a specific pattern
Helpful?           0
an ordered collection of nodes, atomic values, or any mixture of nodes and atomic values
Helpful?           0
an ordered list of simple values or nodes
Helpful?           0
a private database object that can provide a series of integer values
Helpful?           0
a schema object that can generate unique sequential values
Helpful?           0
a schema object that generates sequential numbers
Helpful?           0
a source of unique integer identifiers
Helpful?           0
a special Oracle Database object used to maintain sequential counters
Helpful?           0
a special sort of database object that operates in many ways like a table
Helpful?           0
a special table construct provided whereby a number can be generated and guaranteed to be unique
Helpful?           0
a unique mutation
Helpful?           0
a unique number generator that is implemented in shared memory on a server
Helpful?           0
a way of creating unique identifier values that are increasing but not necessarily sequential values
Helpful?           0
The sequential order in which the content is presented and studied.
Helpful?           0
An instance of sequence, a type of collection which uses successive nonnegative integers as keys.
Helpful?           0
A meld set composed of three or more cards of the same suit, in order by rank.
Helpful?           0
Sequentially sliced sheets from a flitch.
Helpful?           0
A database object used to automatically generate numbers for table rows.
Helpful?           0
A function dcfined on the positive integers or a subset of consecutive positive integers starting with 1.
Helpful?           0
a succession of sedimentary rocks laid down sequentially.
Helpful?           0
database object that generates unique numbers, mostly used for primary key values. Sequences were introduced with the Transaction Processing Option in Oracle 6. One can select the NEXTVAL and CURRVAL from a sequence. Selecting the NEXTVAL will automatically increment the sequence.
Helpful?           0