Datalog: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 December 2023

  • curprev 19:5019:50, 16 December 2023Ai talk contribs 3,660 bytes +3,660 Created page with "== Introduction == Datalog is a declarative logic programming language that serves as a query language for deductive databases. It is a subset of Prolog, with the notable difference that Datalog is a purely declarative language, while Prolog allows for procedural programming. Datalog is often used in data analysis, program analysis, and database integration. == History == Datalog was first introduced in the 1970s as a theoretical model for relational databases...."