SIGNTYPE restricts values -1, 0 & 1 used in programming tri-state logic - PL/SQL Datatypes
Q. SIGNTYPE lets you restrict an integer variable to the values -1, 0, and 1, which is useful in programming tri-state logic.- Published on 03 Jul 15a. True
b. False
ANSWER: True
Signtype is a subtype of binary integer. It requires less storage.