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: Is relational theory irrelevant?

Re: Is relational theory irrelevant?

From: Serge Rielau <srielau_at_ca.eye-bee-m.com>
Date: Wed, 19 Nov 2003 07:32:38 -0500
Message-ID: <bpfnq8$csd$1@hanover.torolab.ibm.com>


Very good points.
In development we call this "syntactic sugar". As a developer I'm responsible to implement orthogonality (i.e. supply RANK() OVER()), howvere, said education gap ,plus the complexity coming out of the optimizer strongly encourages "shorthands" for the most common constraucts.

Let me defend my position :-)
In the latest version of DB2 we increased orthogonality by allowing INSERT, UPDATE and DELETE in the FROM clause. I.e. we declare these operators to return sets.
One of our competitors took a different approach and allows "multi-table-insert" to address a specific customer problem. Multi-table insert is shorter to type, but less powerful. It will be interesting to see when customers force us to pull even with that competitor despite us having equivalent functionality.

Cheers
Serge

-- 
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Received on Wed Nov 19 2003 - 06:32:38 CST

Original text of this message

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