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: Using the catalogue

Re: Using the catalogue

From: Carl Federl <cfederl_at_yahoo.com>
Date: 21 Nov 2005 14:23:30 -0800
Message-ID: <1132611810.357385.137280@f14g2000cwb.googlegroups.com>


Given: relation Person (Name, Weight, Designation, ... )

If someone asked for all Persons whose Name was the same as their Weight, what would be your response ?

On comparing Person.Name to Person.Designation: If "King" = "King" then is "King" = 'König" or 'König" = "King" ? 'König" is German for King.

Is comparing Persons.Name to Persons.Designation any different ? It might be amusing but not logical. Received on Mon Nov 21 2005 - 16:23:30 CST

Original text of this message

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