SELECT executed during the first command T1 is a transaction, in turn, DELETE command (at the time T2) is the first command transaction B. What will be the result of the SELECT statement at the time of T3 (a transaction)?

The SELECT statement in T3 will return a row (because Transaction B is not committed yet) ?