SQL Operation

This section of the document will point out all the SQL clauses taken care of in this version. The clauses that we handle are:

  • Where Clause
  • Aggregator:
    • Count
    • Distinct
    • Maximum
    • Minimum
    • Average
    • Sum
  • Logical Operator:
    • And
    • Or
    • Not
  • Operator:
    • Less than
    • Less than or equal to
    • Greater than
    • Greater than or equal to
    • Equal to
    • Between
  • Order By
  • Group By
  • Alias
  • Enumeration