Released Patients
Start Timer
0:00:00
A hospital is studying patient flows to optimize their resource placement.
Write a query to find all dates where the hospital released more patients than the day prior.
Note: You may assume that the table has no missing dates.
Input:
released_patients
table
Column | Type |
---|---|
release_date | DATE |
released_patients | INTEGER |
Output:
Column | Type |
---|---|
release_date | DATE |
released_patients | INTEGER |
Recommended questions for you
Personalized based on your user activity, skill level, and preferences.
.
.
.
.
.
.
.
.
.
Comments