I am wondering what the analog of the below teradata code is in Oracle. I want to find the underlying table or view ETL code. Basically, I want to find the code that is used to create the table/view. Is there a query to do this? Please send this code. I only know how to do this in the schema browser. I am using ORacle SQL Developer, Schema Browser. Then clicked on SQL. I was looking for the underlying SQL on this table. This is the SQL code that creates the view. THis is the DDL. I just wanted to know how the view was created similarly, the analog to teradata code.
teradata
show VIEW Schema.Table
oracle
?