Skip to content

nsk06/MiniSql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniSql

This directory contans a 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'

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages