Glossary – N
LeasePak Documentation Suite NETSOL website
Glossary

Glossary

Sym   A   C   D   E   H   I   L   N   O   P   S   T   U   V  

N


$NSTDBA
LeasePak database administrator. See LeasePak database administrator.
NUMBER(15,scale)
Oracle DBMS floating-point number. Used to store percentages, rates, and dollar amounts. scale denotes the maximum number of digits to the right of the decimal point. The maximum number of digits to the left of the decimal point is 15 minus the scale.
NUMBER(10)
Oracle DBMS integer number, maximum 10 digits. The standard datatype used for most integers.
NUMBER(precision,0)
Oracle DBMS integer number with a maximum of precision digits. Used only for integers which may exceed 10 digits and the "next number" columns in the msv* tables.

 

Sym   A   C   D   E   H   I   L   N   O   P   S   T   U   V