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

Home -> Community -> Usenet -> c.d.o.server -> Re: Relationals vs. Objects Databases I

Re: Relationals vs. Objects Databases I

From: Jeremy Rickard <Jeremy_at_SPAM.demon.co.uk>
Date: 1998/01/27
Message-ID: <2RiBjIAGjkz0EwWz@jbdr.demon.co.uk>#1/1

In article <6al6n4$gc3$1_at_pebble.ml.org>, Joel Garry <joelga_at_pebble.ml.org> writes

>Uh, if you have to embed it to get the functionality, then the SQL isn't
>very complete, is it?

Oh, alright then! SQL isn't a complete programming language. It can't draw pretty pictures or play pretty sounds (unless perhaps you write UDF's for it in another language).

What it is is a relational database manipulation language. Within that context it is complete or as near complete as makes no difference. We often use cursors for a variety of reasons, but you can perform all your updates using set-based SQL if you really want (but there are drawbacks).

-- 
Jeremy Rickard

(To email, change "SPAM" to "jbdr" in address.)
Received on Tue Jan 27 1998 - 00:00:00 CST

Original text of this message

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