Relational Calculus

Relational calculus

The relational calculus is a part of the relational model for databases and provides a declarative way to specify database queries. It consists of two calculi, the tuple relational calculus and the domain relational calculus. The relational calculus is similar to the relational algebra, but while the algebra is imperative, the calculus is declarative. According to Codd's theorem, the algebra and calculus are logically equivalent.

1 courses cover this concept

15-415/615 Database Applications

Carnegie Mellon University

Fall 2016

This course introduces databases, data models, SQL, database design, query optimization, indexing, and transaction management. It aims to impart understanding of when and how to use database management systems. The course is heavily based on the textbook "Database Management Systems" by Raghu Ramakrishnan and Johannes Gehrke.

No concepts data

+ 20 more concepts