App Logo

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:

________ is critical in formulating data base design.
Who invented the high level programming language C?
Find the user defined data type in C :
............. is not the operation that can be performed on queue.

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;

}