PL/SQL situation suggestion
Table A and Table B have intersections based on "Time". However, I only need to have a query that will obtain only data from "Table A" (the part of the data from whole table A minus the intersection part). Would a query with left join achieve this? How would PL/SQL handle this situation? The database version is 11gR2. Gurus, please advice. Thank you very much.
0