ProblemSolution# Write your MySQL query statement belowSelect tweet_id from Tweets where length(content) > 15;