I have Data Base assignment ..
I have Data Base assignment ..
Could you please follow attachment bellow to see the outline of assignment . I need to implement the solve by using c++ .Implement a simple query optimization module with graphic user interface. You can give a limit of 5 tables and simulate a query processing system. For example, you can follow the user interface of http://db.grussell.org/sql/, and to develop a similar system. The user may type in a query as in http://db.grussell.org/sql/, and may not be in the optimal format. And your system should do the following:
- 1)Rewrite the query into an optimal format.
- 2)Give the query tree in graphic form.