Deductive Database System - 1A deductive database system is a database which can make deductions based on the rules and facts stored in the database. A deduction is an inference of additional rules or facts to add to the database, based on what the datbase already knows to be true.
A deductive database uses an inference engine and a declarative language, such as Prolog to specify the rules and facts of the database.
For example, in Prolog a deductive database may be setup via the following: % Rules comprising the database
|
|
previous page | next page |