InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to declare column which has the number data type and its scale larger than the precision? For example defining columns like: column name NUMBER (10,100), column name NUMBER (10,-84) |
Answer»
|
|