15 | | * REVIEW (**__idReview__**, **username**, **quality**, comment, reviewDate, voteCount, **idDest*** (DESTINATION), **idReservation** (RESERVATION)) |
16 | | |
17 | | |
18 | | |
19 | | * METEOROLOGICAL CONDITION (**__idMeteo__**, **currentTemp**, **weatherCondition**, **warnings**, humidity, wind, month) |
20 | | |
21 | | **idDest*** (DESTINACII) |
22 | | * PACKAGE (**__idPackage__**, **packageName**, **price**, **duration**) |
23 | | |
24 | | **idDest*** (DESTINACII), **idAktivnost*** (AKTIVNOSTI), **idRezervacija*** (REZERVACII) |
25 | | |
26 | | * ACTIVITY (**__idActivity__**, **activityName**, information, **category**, amount) |
27 | | |
28 | | **idDest*** (DESTINACII) |
29 | | * RESERVATION (**__idReservation__**, **timePoint**, **premiumDiscountApplied**, **discountАmount**, **totalPrice**) |
30 | | |
31 | | idAktivnost* (AKTIVNOSTI), **idKorisnik*** (KORISNICI), **idMeteo*** (METEROLOSHKASOSTOJBA) |
32 | | * PREFERENCE (**__idPreference__**, **typePreference**, priority) |
33 | | |
34 | | **idKorisnik*** (KORISNICI) |
35 | | * EVENT (**__idEvent__**, **eventName**, **eventType**, startDate, endDate, deatils) |
36 | | |
37 | | **idDest*** (DESTINACII) |
| 15 | * REVIEW (**__idReview__**, **username**, **quality**, comment, reviewDate, voteCount, **idDest*** (DESTINATION), **idReservation*** (RESERVATION)) |
| 16 | * METEOROLOGICAL CONDITION (**__idMeteo__**, **currentTemp**, **weatherCondition**, **warnings**, humidity, wind, month, **idDest*** (DESTINATION)) |
| 17 | * PACKAGE (**__idPackage__**, **packageName**, **price**, **duration**, **idDest*** (DESTINATION)) |
| 18 | * ACTIVITY (**__idActivity__**, **activityName**, information, **category**, amount, **idDest*** (DESTINATION)) |
| 19 | * RESERVATION (**__idReservation__**, **timePoint**, **premiumDiscountApplied**, **discountАmount**, **totalPrice**, **idUser*** (USER), **idMeteo*** (METEOROLOGICAL CONDITION)) |
| 20 | * PREFERENCE (**__idPreference__**, **typePreference**, priority, **idUser*** (USER)) |
| 21 | * EVENT (**__idEvent__**, **eventName**, **eventType**, startDate, endDate, deatils, **idDest*** (DESTINATION)) |