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 ?
WHERE clause:A=2 AND B=3 OR A>5C>0 AND C<5The following does NOT have to be handled: A=BYou do not have to perform experiments with the WHERE clause but you are still welcome to use the NBA dataset for testing your program.
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 ?
ReplyDeleteWHERE clause:
ReplyDeleteA=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.