This is just a basic structure of how the project tables should look like, feel free to review, suggest, delete, update and add more tables (if necessary) to the structure.
| index |
fname |
lname |
coursename |
link |
language |
| 1 |
a |
x |
p |
p.com |
python |
| 2 |
b |
y |
q |
q.com |
js |
| 3 |
c |
z |
r |
r.com |
sql |
| index |
language |
about |
year appeared |
| 1 |
p |
pp |
2014 |
| 2 |
q |
qq |
2000 |
| 3 |
r |
rr |
1991 |
| index |
coursename |
link |
language name |
type |
medium |
level |
submitted by |
| 1 |
learn x |
x.com |
x |
free |
blog |
beginner |
user1 |
| 2 |
learn y |
y.com |
y |
paid |
video |
advanced |
user2 |
| 3 |
learn z |
z.com |
z |
handson |
book |
beginner |
user3 |