Thursday, April 19, 2012

Project 2 example

http://www.cse.buffalo.edu/~chomicki/562/project2-example.pdf

2 comments:

  1. Professor can you post some examples of the where clause ? And do we have to show the performance analysis with and without the where clause ?

    ReplyDelete
  2. WHERE clause:

    A=2 AND B=3 OR A>5

    C>0 AND C<5

    The following does NOT have to be handled: A=B

    You do not have to perform experiments with the WHERE clause but you are still welcome to use the NBA dataset for testing your program.

    ReplyDelete