userID | username | password | |
---|---|---|---|
1 | User1 | user1@example.com | password1 |
2 | User2 | user2@example.com | password2 |
3 | User3 | user3@example.com | password3 |
4 | User4 | user4@example.com | password4 |
5 | User5 | user5@example.com | password5 |
appID | name | description | price |
---|---|---|---|
1 | App1 | This is App1 | 0.99 |
2 | App2 | This is App2 | 1.99 |
3 | App3 | This is App3 | 2.99 |
4 | App4 | This is App4 | 3.99 |
5 | App5 | This is App5 | 4.99 |
functionID | value |
---|---|
1 | Activity_Tracking |
2 | Calorie_Counting |
3 | Meditation |
4 | Disease_Symptoms |
5 | Blood_Pressure_Monitoring |
healthAppID | functionID |
---|---|
(→ Health_Apps.appID) | (→ Functions.functionID) |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 1 |
5 | 1 |
5 | 3 |
reviewID | rating | comment | appID | userID |
---|---|---|---|---|
(→ Health_Apps.appID) | (→ Users.userID) | |||
1 | 5 | Great app! | 1 | 1 |
2 | 4 | Good but could use some improvements. | 2 | 2 |
3 | 3 | Worked well overall. | 3 | 3 |
4 | 2 | Not what I expected. | 4 | 4 |
5 | 1 | Didn't work as promised. | 5 | 5 |