You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tweet_id is the primary key (column with unique values) for this table.
13
+
This table contains all the tweets in a social media app.
14
+
15
+
16
+
Write a solution to find the IDs of the invalid tweets. The tweet is invalid if the number of characters used in the content of the tweet is strictly greater than 15.
0 commit comments