By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id_author | id_user | photo | author | active |
|---|---|---|---|---|
| 1 | 1 | https://i.stack.imgur.com/AZKhu.png | Acaded | 1 |
| id_course | id_author | id_category | study_program | active |
|---|---|---|---|---|
| 1 | 1 | 1 | intensive | 1 |
| 2 | 1 | 1 | proyect | 1 |
| id_inscribed | id_user | id_course | inscribed_date | status |
|---|---|---|---|---|
| 1 | 1 | 1 | 2021-05-23 14:00:00 | Completed |
| 2 | 1 | 2 | 2021-05-23 14:00:00 | Pending |
| id_rating | id_user | id_course | rating |
|---|---|---|---|
| 1 | 1 | 1 | 5 |
| 2 | 2 | 2 | 3 |
| avg_rating | valuations | total_intensive | total_proyect | enrolled_i |
|---|---|---|---|---|
| 4 | 2 | 1 | 1 | 1 |