Joe's Java and Web Jottings

your host


Your Host

Calendar

««Mar 2010»»
SMTWTFS
  123456
78910111213
14151617181920
21222324252627
28293031

My Top Tags

               

Java Libs and Tools

My Other Pages

My RSS Feeds








Interesting thought on RDB table names

posted Saturday, 10 May 2003
http://www.girolami.org/blog/archives/000024.html

Basically, it uses prefixes to identify tables and columns so that its easy to determine what tables are meant to be joined in complex queries to reconstruct objects, should one need to keep the legacy data and rewrite an app (or access it in a different way, like my current project of turning RDB data into RDF).