Can we declare a column having number data type and its scale is larger than pricesion
ex: column_name NUMBER(10,100),
column_name NUMBAER(10,-84)

Submitted by: Administrator
Yes,we can declare a column with above condition.table created successfully.

yes, 100 is the total size and 10 is included in 100
Submitted by: Administrator

Read Online Oracle PL-SQL Job Interview Questions And Answers