We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Practice – Posts Table

You're working on CashPal's latest social media feature named "CashPal Chatter," which aims to revolutionize financial discussions online. Users can make a typical social media post that contains a picture of their latest purchase along with text and some other information. You've been assigned to create the new "posts" table.

Assignment

Write an SQL statement to create a new table named posts, which should contain the following columns:

Use data types that make the most sense given the column name. For ID columns, assume we can just use INTEGER.