Re: Object-oriented thinking in SQL context?
Date: Tue, 09 Jun 2009 22:52:40 GMT
Message-ID: <YIBXl.68$P5.23_at_nwrddc02.gnilink.net>
"none (Reinier Post)" <rp_at_raampje.> wrote in message news:4a2edac9$0$27727$703f8584_at_news.kpn.nl...
> The entity-relationship method is often used, advocated and taught
> for the design of databases. The design starts by creating
> an entity-relationship diagram, that is systematically transformed
> and provided with implementation detail until an ER diagram results
> that specifies a relational database schema.
That means that you can start with ER and from there move forward to designing relations or SQL tables, or CODASYL sets, or IMS hierarachies or presumably some kind of persistent objects in an OODBMS, if there were such a thing.
>
> An ER diagram is a representation of the relations (tables)
Entities are not tables, or relations. It only looks that way. Received on Wed Jun 10 2009 - 00:52:40 CEST