The table below shows 3 selected rows from the session table which contains 3 sessions for the same doctor on the same day but with different, starting and ending times. I want to update the sessionStartTime and sessionEndTime columns of one row in this table while checking whether that sessionStartTime and sessionEndTime overlap other 2 rows. What I need is a correct SQL query for this. The table below shows 3 selected rows from the