Question - How can we read selected lines of a database table into an internal table in packages of predefined size?
Answer -
SELECT * FROM INTO TABLE PACKAGE SIZE .
where 'n' is variable.
Name the WILDCARD characters which can be used for comparing with character strings & numeric strings.
'%' and '_'.