Say n transactions follow a strict serializable schedule i.e. serialize themselves using strict2PL or the like. Now say a (n+1)th transaction comes in to run concurrently with the others and does not follow strict2PL. Can we still safely say that it will read data only commited data from others.
Thanks