Example 14-2: Skeleton of canonical form for a multi-table insert

<INSERT>
  <ROWSET table="dept">
    <ROW>
       <!-- Elements for DEPT columns being inserted -->
    </ROW>
     :
  </ROWSET>
  <ROWSET table="budget_plan_assignment">
    <ROW>
       <!-- Elements for BUDGET_PLAN_ASSIGNMENT columns being inserted -->
    </ROW>
     :
  </ROWSET>
  <ROWSET table="emp">
    <ROW>
       <!-- Elements for EMP columns being inserted -->
    </ROW>
     :
  </ROWSET>
  <ROWSET table="dependent">
    <ROW>
       <!-- Elements for DEPENDENT columns being inserted -->
    </ROW>
     :
  </ROWSET>
</INSERT>