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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -848,6 +848,7 @@ _If you like this project, please leave me a star._ ★
848
848
|1280|[Students and Examinations](https://leetcode.com/problems/students-and-examinations/)|[Solution](../master/database/_1280.sql)|[:tv:](https://www.youtube.com/watch?v=ThbkV4Fs7iE)| Easy|
--The table holds information about food delivery to customers that make orders at some date and specify a preferred delivery date (on the same order date or after it).
14
+
--If the preferred delivery date of the customer is the same as the order date then the order is called immediate otherwise it's called scheduled.
15
+
--
16
+
--Write an SQL query to find the percentage of immediate orders in the table, rounded to 2 decimal places.
17
+
--The query result format is in the following example: