Queries part

Relational algebra testing commands:

The queries in RA are experimental and serve as example solutions, not complex solutions of relational algebra. It is supported by:

  • Simple projection whole Entity[*] or partial projection Entity[A1...An]
  • Simple selection Entity(E.a = < > ! AND, OR value)
  • Simple selection and projection over the Entity(condition E.a = < > ! AND, OR value)[A1...An]
  • Simple Natural Join operation * with n Entities and we are working on left and right natural join and anti-join between 2 Entities
  • Renaming operator E[A -> new NAME]

  • System status:

    An error has occurred. This application may no longer respond until reloaded. Reload 🗙