I've created a table with the name 'customer' in schema x and I've created a view with the same name 'customer' in schema Y. Now, how to drop the view from schema Y without checking dependencies for the table available in schema x.
I've created a table with the name 'customer' in schema x and I've created a view with the same name 'customer' in schema Y. Now, how to drop the view from schema Y without checking dependencies for the table available in schema x.