"Datalog"

  • Datalog is a declarative logic programming language. While it is syntactically a subset of Prolog, Datalog generally uses a bottom-up rather than top-down evaluation model. This difference yields significantly different behavior and properties from Prolog. It is often used as a query language for deductive databases. Datalog has been applied to problems in data integration, networking, program analysis, and more.

#관련노트

#관련자료

(“Learn Datalog Today!” n.d.) "Learn Datalog Today!"

#백링크

Related-Notes

References

“Learn Datalog Today!” n.d. Accessed June 14, 2024. https://www.learndatalogtoday.org/.