How to find out the source tables/views of a view using sql in DBeaver

Viewed 15

I have a view which is built by a composite of many tables and sub-views. Would like to find out how to get these tables and views without the need to do scan thru' manually which may be error-prone. I'm using DBeaver to run my sql.

Hope someone can advice please.

0 Answers
Related