InterviewSolution
Saved Bookmarks
| 1. |
If A Table That Is To Be Extended Contains A Long Field, We Cannot Use Append Structures Why? |
|
Answer» Long FIELDS in a table must ALWAYS be located in the end, as the last FIELD of the table. If a table has an append structure the append line must also be on the last field of the table. Long fields in a table must always be located in the end, as the last field of the table. If a table has an append structure the append line must also be on the last field of the table. |
|