Get Tweets
Get all the tweet information from the users with emails annabelle_erdman83@hotmail.com
, enrico45@gmail.com
, and manuel79@gmail.com
.
tweeters
column_name | type |
---|---|
id | INTEGER |
username | VARCHAR |
email | VARCHAR |
registered_at | TIMESTAMPTZ |
tweets
column_name | type | reference |
---|---|---|
id | INTEGER | NULL |
body | TEXT | NULL |
user_id | INTEGER | tweeters.id |
created_at | TIMESTAMPTZ | NULL |