Computer Science, asked by qadirzahoor3, 5 months ago

what are symbols that satisfy the operation to be performed?

Answers

Answered by Divitaagrawal1230D
1

Answer:

Operator – The symbol indicating a math operation is an operator, for example: + for addition. − for subtraction. × for multiplication. ÷ for division.

Answered by tanyabaghel27
0

Basic SQL Relational Algebra Operations

Basic SQL Relational Algebra OperationsRelational Algebra devided in various groups

Unary Relational Operations

  • SELECT (symbol: σ)

  • PROJECT (symbol: π)

  • RENAME (symbol: ρ)

Relational Algebra Operations From Set Theory

  • UNION (υ)

  • INTERSECTION ( ),

  • DIFFERENCE (-)

  • CARTESIAN PRODUCT ( x )

Binary Relational Operations

  • JOIN

  • DIVISION

Similar questions