Re: Generic Modeling
From: James <jraustin1_at_hotmail.com>
Date: 4 Jan 2002 14:58:49 -0800
Message-ID: <a6e74506.0201041458.2b5137df_at_posting.google.com>
Date: 4 Jan 2002 14:58:49 -0800
Message-ID: <a6e74506.0201041458.2b5137df_at_posting.google.com>
> You can't compare tables to objects. 
> Keep in mind the following analogies:
>      (object : class)
>   :: (tuple  : relation)
>   :: (row    : table)
In rdbs, a table and row are distinctly different types of things. Each has different properties and methods.
