Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Efficiency; advanced/future SQL constructs

Re: Efficiency; advanced/future SQL constructs

From: Bob Badour <bbadour_at_golden.net>
Date: Sun, 26 Aug 2001 16:41:42 -0400
Message-ID: <gidi7.345$Y32.88817761@radon.golden.net>

>What does "table assignment operation" mean?

A table is a variable of a specified type. Assignment operation means the same for such a variable as it does for any other variable: An operation that replaces the current value of the variable with a new value based on some expression and often denoted by a symbol involving the '=' character. e.g. ':=' in Pascal or simply '=' in C/C++

Assignment statement as opposed to update statement and insert statement, if you prefer. Received on Sun Aug 26 2001 - 15:41:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US