masterTable
The masterTable property of a business record is the table specified in the FROM clause. This table serves as the primary reference point for the query, with other tables joined to it using INNER JOIN clauses.
For form or report entities, it specifies the table specified in the FROM clause for read operations. In addition, for a form entity, it defines the table on which create, update and delete operations apply.