[comp.databases] Active/Expert Databases

twl@brunix (Ted "Theodore" (W) Leung) (09/19/89)

I've been seeing the terms "Active Database" and "Expert Database"
more and more frequently.  Can someone give me some definitions for
these terms and a list of references on the topics?

--------------------------------------------------------------------
Internet/CSnet: twl@cs.brown.edu 	| Ted Leung
BITNET: twl@BROWNCS.BITNET		| Box 1910, Brown University
UUCP: uunet!brunix!twl			| Providence, RI 02912

UH2@PSUVM.BITNET (Lee Sailer) (09/20/89)

Expert systems store various forms of "knowledge" in a "knowledgebase"---
a database for things like MacDonald's sells fast food and Fast food places
are inexpensive.  There are a few operations on such data that are hard
to do with the usual database operators, so throw them in, too.

Take a look at a book on expert systems---I still like Hayes-Roth,
Waterman, Lenat (eds.) 1983 Building Expert Systems.  You'll see a lot
in common with relational database.  So much so that some people are
adding ES features such as forward and backward chaining, and uncertainty
to their database systems.  And vice versa.  (You figure it out.)

Also, Ullmans "new" database book is called something like
Data and Knowledge base systems.  He touches on these same topics.

                                                                  lee