Skip to content

Commit b308d08

Browse files
authored
add description about query "DISPLAY"
1 parent 2d27e94 commit b308d08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,13 @@ For execution: Open directory DeepDatabase(branch:master) and on terminal
4848
2. Type **./deepdb** for running project.
4949

5050
3. Type **make clean** for recompiling the project.
51+
52+
## IN DEVELOPMENT:
53+
For displaying the table contents, you have to select option 5 from menu and the queries supported by it are, do care about syntax, hence complete parser is not implemented.
54+
55+
select * from table_name;
56+
57+
select id,name from table_name;
58+
59+
select id,name from table_name where id = 1;
5160

0 commit comments

Comments
 (0)