Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: object oriented vs object relational

Re: object oriented vs object relational

From: Bob Badour <bbadour_at_golden.net>
Date: Fri, 7 Jun 2002 01:45:53 -0400
Message-ID: <CPXL8.25120$N93.196726840@radon.golden.net>


> For example, in what other database can one create generic code to copy
any data structure of arbitrary complexity? <

In a purely relational database:

UPDATE some_relation
SET some_attribute = some_value_of_arbitrary_complexity ;

The better question is: Why would anyone want to use a product that forces one to write any more than the above? Received on Fri Jun 07 2002 - 00:45:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US