Hello

We have one snapshot database which has number of snapshots. Few of the snapshots are depends on one snapshot.
Suppose for example: Snapshot B & C are depends on Snapshot A and Snapshots D & E are depends on Snapshot B and Snapshots F & G are depends on Snapshot C. So if we drop and recreate the Snapshot A. DO we need to recreate all other snapshots again. Means Snapshots B & C and again Snapshots D & E & F & G.

Thanks