A secure function returns data coming through an inbound share.
What will happen if a Data Engineer tries to assign USAGE privileges on this function to an outbound share?
A secure function returns data coming through an inbound share.
What will happen if a Data Engineer tries to assign USAGE privileges on this function to an outbound share?
An error will be returned because the Engineer cannot share data that has already been shared. In this scenario, data coming through an inbound share is already shared, and assigning USAGE privileges on such data to an outbound share violates the rules of data sharing.
Correct answer would be A. A share cannot be shared again.