CHAR_LENGTH function to calculate the length of the content for each tweet.WHERE clause to filter out tweets where the content length is strictly greater than 15 characters.tweet_id of the tweets that meet the condition specified in step 2.
erDiagram
Tweets {
int tweet_id PK
varchar content
}