| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: object oriented vs object relational
> 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
![]() |
![]() |