Instruction
The other table is named post, which stores information about authors' published blog posts. Let's look at it as well.
Exercise
Select all columns from the post table. It contains the following columns:
id– identifies each post.author_id– identifies the author of the post.title– the post's title/headline.text– the content of the post.modified_timestamp– when the post was created or modified.



