Skip to content

JardelAnton/uffsdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uffsdb

A simple teaching DBMS

how to comipile

uffsdb/Fonte/make

how to execute

uffsdb/Fonte/./uffsdb

compiler

uffsdb commands are interpreted using yacc and lex. In the interface folder type make to compile both. You can edit the following files: parser.h, parser.c, lex.l, and yacc.y.

WHERE sintax

(...) WHERE cidade == 'Palmitos'; (...) WHERE cidade != 'Palmitos'; (...) WHERE idade > 38; (...) WHERE idade < 38; (...) WHERE idade >= 38; (...) WHERE idade <= 38;

Group B

Andrei da Cunha Toledo -1011100003 Jardel Anton -1311100022

About

A simple teaching DBMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Yacc 2.3%
  • Other 1.1%