0 votes
in Oracle by
What is key preserved table in Oracle?

1 Answer

0 votes
by
A table is set to be key preserved table if every key of the table can also be the key of the result of the join. It guarantees to return only one copy of each row from the base table.

Related questions

0 votes
asked Jan 19 in Oracle by AdilsonLima
0 votes
asked Jan 17 in Oracle by AdilsonLima
...