Progress Quiz 17

Qn 17. What is the difference between ADD-FIELDS-FROM () and ADD-LIKE-FIELD() methods of a dynamic temp-table? Name another method to add fields to a dynamic temp-table!

Ans: ADD-FIELDS-FROM adds all the fields from the mentioned table to the temp-table.
ADD-LIKE-FIELD() adds only the mentioned field.
Another method to add fields??
 
Top