Explain the following terms:

? relationally complete;
? closure of relational operations.

A language that can be used to produce any relation that can be derived using the
relational calculus is said to be relationally complete.
The relational algebra is a theoretical language with operations that work on one or more
relations to define another relation without changing the original relation(s). Thus, both
the operands and the results are relations, and so the output from one operation can
become the input to another operation. This allows expressions to be nested in the
relational algebra, just as we can nest arithmetic operations. This property is called
closure: relations are closed under the algebra, just as numbers are closed under
arithmetic operations.

Computer Science & Information Technology

You might also like to view...

To add a JavaScript comment that is written on one line , you would begin the comment with ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

__________ can be caused by harsh environmental abuse, manufacturing defects, and wear.

A. SEC errors B. Hard errors C. Syndrome errors D. Soft errors

Computer Science & Information Technology