PREFACE: Hi, I’m studying SQL, I haven’t been taught about partitioning with this feature, so I’d like to understand how to solve this problem using ‘basic’ SQL statements. My relation is like this: Table (employee, day, worked_hours) I have to get the 5 days each employee worked longer, this for each employee (each day mayRead more