ArcGIS Pro 3.1.2; file geodatabase:
I have a database view called TEST_TABLE_VW on a file geodatabase table:

Scenario:
The database view becomes invalid. For example, if I rename the underlying table from TEST_TABLE to TEST_TABLE_2, then that will break the view.
Now, I'm unable to see the view's SQL definition in the Catalog properties:

In this example case, it would be simple enough to revert the table name back to TEST_TABLE. Then the view would work again and I could see the SQL.
But in real life cases, it's often not so easy to change a table so that the view is valid again -- in order to retrieve the view's SQL query.
Could that behviour be changed so that we can still see the SQL of a broken view -- similar to how it works in SQL clients when dealing with other types of databases? So that we can copy the SQL, fix the SQL query, and create a new valid view.
Thanks.
Related: Database Views: Edit SQL definition in Catalog