Which three statements best describe a Table of Records in Forms Builder? (Choose three)
A.
A Table of Records enables you to query and update multiple tables, and perform validation, on the server side.
B.
A Table of Records is not efficient in terms of network traffic, because multiple round trips are required for all the records to be returned.
C.
Array processing cannot be used when a data block is based on a stored procedure that returns a Table of Records.
D.
A stored procedure that uses a Table of Records can be used only as a DML block datasource.
E.
A stored procedure that uses a Table of Records can be used as both a query and DML block.
F.
A stored procedure that uses a Table of Records can be used only as a query block datasource.