创建部门表(department),包括部门ID(dept_id)、名称(name)等字段;创建分支表(branch),包括分支ID(branch_id)、名称(name)、地址(address)、城市(city)、州(state)、邮政编码(zip)等字段。部门表的主键为dept_id,分支表的主键为branch_id。