InterviewSolution
Saved Bookmarks
| 1. |
What Are Placeholder Columns? |
|
Answer» A placeholder is a logical column for which you can CONDITIONALLY SET the datatype and VALUE via PL/SQL or a user exit. Placeholder COLUMNS are useful when you want to selectively populate a column with a value. A placeholder is a logical column for which you can conditionally set the datatype and value via PL/SQL or a user exit. Placeholder columns are useful when you want to selectively populate a column with a value. |
|