Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 603 Bytes

File metadata and controls

18 lines (14 loc) · 603 Bytes

Planned Functions

Realized Functions

  • Ignored case sensitivity of commands
  • Realized SELECT Clause
  • Realized FROM Clause
  • Realized WHERE Clause
  • Realized FROM Clause for more than two tables
  • Realizing SELECT * (select all) command
  • Realizing ORDER BY Clause
  • Realizing Aggregate Function including avg, min, max, count

Functions in Process

  • Realizing GROUP BY Clause
  • Optimizing the error processing
  • Optimizing the speed/efficiency of data handling