Hi All,
I have a simple data modeling question. Is it proper in a rationalized data model to have tables with no relationship to any other tables? These tables would have a column identifying itself such as "tblId" which would have the same value in this column for each record. All references to these tables would occur in SQL statements. The "tblId" column value would be created when the table was dynamically created from the primary key Id of a type table.
Many Thanks
mBlack