How do I find out the table Name(s)/View Name(s) from which a view is created? For example, suppose a view XYZ_V was created from ABC_T and DEF_T tables. Now how do I know these 2 tables' name using SQL?
Thanks