Site icon DocMCQs

Procedural language among the following is __

a) Domain relational calculus
b) Tuple relational calculus
c) Relational algebra
d) Query language

Relational Algebra is a Procedural Language

Relational algebra is indeed a procedural language. This means it specifies a sequence of operations that must be performed in a specific order to achieve the desired result. It’s like providing a recipe for manipulating data within a database.

Why not the others?

Key point: Relational algebra provides a step-by-step approach to manipulating data, making it a procedural language.

Exit mobile version