if (crtTbl.getLocation() != null) {
tblStorDesc.setLocation(crtTbl.getLocation());
} else {
tblStorDesc.setLocation(null);
tblStorDesc.unsetLocation();
}
// create the table
db.createTable(tbl, crtTbl.getIfNotExists());
work.getOutputs().add(new WriteEntity(tbl));