Skip to content

ChandraPranjal/Natural-Language-to-SQL-Query-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please show all the tables.

Please create table students with columns roll, name.

Please insert data in students with values 2001142, pranjal

Please give me all information of students.

Please give me columns name of students where roll is 2001189.

flex 1.l
yacc -d 1.y
gcc lex.yy.c y.tab.c -fcommon -DECHO -o outputFile
python GUI.py outputFile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published