Challenger App

No.1 PSC Learning App

1M+ Downloads
_______ is a set of operations on RDBMS that allows retrieval of data.

ARelational algebra

BCardinality

CRelational data base theory

DRelational calculus

Answer:

A. Relational algebra


Related Questions:

Which of the following is a computer code ?
What is true about a reference in C++?
Which one of the following is not a language processor :
MDI stands for:

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}