Re: What is a relational database?

From: Sriram Chatrathi <sriramch_at_concentric.net>
Date: 1997/09/19
Message-ID: <3422B1C0.6FC8_at_concentric.net>#1/1


MVCS wrote:
>
> "Mark Nastasi" <mark_nastasi_at_pepboys.com> wrote:
>
> > A relational database also is unique because it can Cascade Deletes and
> >Updates in a relational manner.
> >.....
>
> This is something that people can do with a relational db, or it is a
> defining characteristic thereof?

This would be a feature of the relatational database engine (when designed specifically for that ). In a non-relational database the programmer would have to write code to be able to do that. Of course this feature may not be utilised in a RDBMS and you may write code to control your deletes and updates. I have done both and much prefer the database engine to do what it is designed to do !

Regards
- Sriram Received on Fri Sep 19 1997 - 00:00:00 CEST

Original text of this message