Database Reference
In-Depth Information
Displaying the home timeline
Now let's display alice 's home timeline. All the work we did at write time has paid off:
we can now get all the data we need in a single query:
SELECT "status_update_username", "status_update_id", "body"
FROM "home_status_updates"
WHERE "timeline_username" = 'alice';
Simple as that, we've got alice 's home timeline:
Search WWH ::




Custom Search