Database Reference
In-Depth Information
To make things more interesting for alice , let's also have dave create a new status up-
date:
INSERT INTO "user_status_updates"
("username", "id", "body")
VALUES
('dave', a05b90b0-2ada-11e4-8069-5f98e903bf02, 'dave
update 3');
INSERT INTO "home_status_update_ids"
("timeline_username", "status_update_id",
"status_update_username")
VALUES
('alice', a05b90b0-2ada-11e4-8069-5f98e903bf02, 'dave');
As with carol 's status update earlier, we add a reference to the status update to the home
timeline of each of dave 's followers, in this case is only alice .
Search WWH ::




Custom Search