Hi
i am trying to create a program using WML, WMLSCRIPT, AND JSP. The task is to create a website to be displayed in the WAP Browser. In the website for a company called 'BargainBook' that sells books and the ERD diagram for this is attached as picture (see attachement).
So now I have just finished creating a login and register page and nearly done on purchase page BUT what I want to do is to find out how to display the MEAN and VARIANCE of purchased books in a given period of time (let say 1 week for example) . Plus how can I extend my ER Diagram in order to add this because I think I may need a separate entity (or table) for this.
Any explanation will be very much appreciated. As I said I think need a new table for this BUT I do not know what kind of record should be stored on it that would help with the calculation. And also, I would like to know the suitable SQL queries to calculate the mean and variance for a given period of time.
thanks
|
Light Poster
|
|
| 12Mar2006,07:04 | #2 |
|
Sorry I Forgot To Put The Erd Before. Here It Is..
|
|
Go4Expert Founder
|
![]() |
| 12Mar2006,10:45 | #3 |
|
You need to store the "order time" and calculate the mean/variance based on the time frame a report demands.
|
|
Team Leader
|
![]() |
| 12Mar2006,10:51 | #4 |
|
The ERD needs lots of modification specially some of the relationships specially Book-BestSeller and Order-Book
|
|
Light Poster
|
|
| 12Mar2006,17:48 | #5 |
|
so shabir what you are trying to say is in the order entity i need tobstore time?? Ok i will try that then.
|
|
Light Poster
|
|
| 12Mar2006,18:24 | #6 |
|
coder zone explain what you mean by the ERD needs a lot of modification ?? HOW??/
|
|
Go4Expert Founder
|
![]() |
| 12Mar2006,22:06 | #7 |
|
Quote:
Originally Posted by chickenyd |
|
Team Leader
|
![]() |
| 12Mar2006,22:15 | #8 |
|
Quote:
Originally Posted by chickenyd One Book is to many BestSeller but actually it should be BestSeller is a type of Book relationship. i.e. Is a relationship. Book and Order relationship It is One book many order but it should be Many Books one order. Offtopic comment: Hey thats my Post No 100
Last edited by coderzone; 12Mar2006 at 22:17.. |
|
Go4Expert Founder
|
![]() |
| 12Mar2006,22:20 | #9 |
|
Quote:
Originally Posted by coderzone Quote:
Originally Posted by coderzone |


