I want to see the query used to create the table DOCTORS in SQL Developer with
DOCTORS
SELECT dbms_metadata.get_ddl(\'TABLE\', \'DOCTORS\') FROM dual;