Project

General

Profile

Task #564

Updated by Aaron Marcuse-Kubitza over 11 years ago

* this enables creating a table to contain the results of a join, without needing to resolve column name collisions 

 * for some columns, this will naturally occur by doing #563 

 * also ensure that the tables share only ID fields, preferably just one field 
 ** this enables joining tables using just a NATURAL JOIN, without needing an explicit USING list to say which column names are globally unique (and therefore combinable) 

 * the name could be a URL to a data dictionary 
 ** e.g. @term@vegcore.org@ or @vegcore.org/term@

Back