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
visit_date is the column with unique values for this table.
15
+
Each row of this table contains the visit date and visit id to the stadium with the number of people during the visit.
16
+
As the id increases, the date increases as well.
17
+
18
+
19
+
Write a solution to display the records with three or more rows with consecutive id's, and the number of people is greater than or equal to 100 for each.
20
+
21
+
Return the result table ordered by visit_date in ascending order.
0 commit comments