About Bind Variables
uPart of the text string that forms the dynamic SQL
uStart with a colon (:)
uPlaceholders for values that will be supplied at runtime
uNo validation when compiled
ØNo check for datatypes
ØNo check for passing enough values