期刊名称:International Journal of Computer Trends and Technology
电子版ISSN:2231-2803
出版年度:2019
卷号:67
期号:5
页码:151-154
DOI:10.14445/22312803/IJCTT-V67I5P126
出版社:Seventh Sense Research Group
摘要:Query By Example (QBE) is a database query language for relational databases. The Query By Example uses visual tables where the user enters the commands and the output is displayed in a table form. In this paper, we are proposing an automated tool where the user gives the input in the form of natural language statement (query). The tool processes the input query and retrieves the relevant matching field(s) or record(s) from the input database. The proposed tool comprises a parser where it translates the natural language statement into the tokens and retrieves the appropriate data from the database and displays the output in the form of a table. The tool takes the input from the user in the form of a natural language statement which comprises regular expression. In the proposed tool only the retrieval of data from the database is proposed which works with the print (P) command.
关键词:Query By Example; Tokens; Parser; query; database.