How will you list all the object references of the view?
You have a view. How will you list all the object references of the view?A . GET_OBJECT_REFERENCES B. GET_VIEW_REFERENCES C. GET_VIEW_METADATAView AnswerAnswer: A Explanation: GET_OBJECT_REFERENCES Returns a list of objects that a specified object references. Input is currently limited to the name of a view. https://docs.snowflake.com/en/sql-reference/functions/get_object_references.html#get-object-references ------------------------------------------------------------------------------------------------------------- Please do the...