Create View
1 2 3 4 | |
fdd¶
Data in the column eName of the view vEmp comes from column empName of the table scott.emp via the chain like this:
1 | |
diagram¶

fdr¶
From this query, you will see how the column sal in where clause impact the number of rows in the top level view vEmp.
1 | |
So, from an end to end point of view, there will be a fdr relation between column sal and view vEmp like this:
1 | |
diagram¶
