I am trying to find out whether a set of columns uniquely identifies observations in a HUGE table using Oracle SQL. I am accessing an Orcacle Exadata platform through Python using cx_Oracle
.
Background: I am new to SQL (Oracle SQL) and my assignment requires me to work with HUGE tables that are unfortunately not documented very well (I do not even know the Primary keys). By looking at the data I am trying to make sense of it and I am trying to find out whether a certain set of columns identify rows in the table uniquely (and could as such act as PK).