Skip to content

ss6364/Mini_SQL-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Sql-Engine

Description

Mini Sql Engine is one which runs a subset of SQL Queries using command line interface.

SQL Query Syntax

  1. select * from
  2. select aggregate(column) from
  3. select from [ colnames = seperated only by , and no extra spaces]
  4. select distinct(colName) from
  5. select distinct from
  6. select from where [ seperated by space Ex: a = 1 and b = 2]
  7. select * from
  8. select from
  9. select from where

How to run

python code.py "SQL Query"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages