yangchenyun / dbclass-exercises

All the Stanford DB class exercises summarized together
https://class2go.stanford.edu/db/
49 stars 34 forks source link

hi #1

Open nguyenbanam1989 opened 8 years ago

nguyenbanam1989 commented 8 years ago

Hi , I'm struggling with Quiz of the DB4 - Relational Algebra mini course. I'm fine working out how to query, but actually writing it down in that silly RA language is getting me down. Can someone please help me. I don't really care about understanding what's going on there, I'm doing this as part of a scholarship thing and no one at this company even knows what the heck Relational Algebra is. I'm not even studying programming or anything with Databases, so I'm just sick of struggling.

https://lagunita.stanford.edu/courses/DB/RA/SelfPaced/courseware/ch-relational_algebra/seq-quiz-ra/

yangchenyun commented 8 years ago

You would better to learn the RA grammar first which is not that complicated given you already knew RA now.

yangchenyun commented 8 years ago

In the README.md, there is instruction to get ra running.