1.

Differentiate Simple And Complex, Snapshots ?

Answer»

- A simple snapshot is BASED on a query that does not contains GROUP BY CLAUSES, CONNECT BY clauses, JOINS, sub-query or snashot of operations.
- A complex snapshots CONTAIN atleast any one of the above.

- A simple snapshot is based on a query that does not contains GROUP BY clauses, CONNECT BY clauses, JOINs, sub-query or snashot of operations.
- A complex snapshots contain atleast any one of the above.



Discussion

No Comment Found