Quote:
Originally Posted by Umat
|
Okay. If you are actually experienced with any of the listed skills, you should be able to create this rather generic database model in an efficient and timely matter "using your knowledge":
There are users, posts, and comments. The user to post relation is many to many, the posts to comments relation is one to many.
Provide a simple database model of this. Also provide the SQL statements to show all users, show all posts from a user, and show all comments from a post. Should take about 15 minutes.
Cheers.