Skip to content

A mini sql engine which runs a subset of SQL queries using command line interface.

Notifications You must be signed in to change notification settings

sarthak77/mini-sql-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mini-sql-engine

This repository contans a mini sql engine which runs a subset of SQL queries using command line interface.

metadata

  • schema of db is present in file 'metadata.txt'
  • individual tables are present in file 'table1.csv'
  • all files contain only integers(for simplicity)

sample queries

  • select all records from one or more tables
  • aggregate functions like min,max,sum,avg
  • project columns
  • project distinct columns
  • project data using where clause
  • join of tables

For more information refer to the PDF.

About

A mini sql engine which runs a subset of SQL queries using command line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages