Archive for the ‘Uncategorized’ Category

Posted on April 24th, 2008 by by admin

SQL Plus photo

SQL*Plus supports a simple method of defining and prompting for variables using ampersand characters (&). Any string beginning with & or && is a variable! In programming, the act of replacing a variable with a value is known as variable substitution. A named variable is a bucket or placeholder for a value, where the variable […]