Is making a view for the Recipients table recommended if the Recipients table is partitioned (similar to the exercise we did)?
Solved! Go to Solution.
Views
Replies
Total Likes
I think you mean that the Recipient data is partitioned into different folders. All recipient records are residing in the same Table in the database. But they can belong to different folders. And yes it would be good to create a view.
Views
Replies
Total Likes
Views are useful when you have an administrator who is responsible for all partitions or for developers. So you could create a Recipient view, but it should be in a folder location where only those Operators can see it. I didn't think we have a Ruby in the class, can you introduce yourself in the Welcome topic if you didn't already? Thanks.
Views
Replies
Total Likes
I think you mean that the Recipient data is partitioned into different folders. All recipient records are residing in the same Table in the database. But they can belong to different folders. And yes it would be good to create a view.
Views
Replies
Total Likes
Views
Likes
Replies