DBA Views Queries (“stop thinking in terms of limitations and start thinking in terms of possibilities” By Pavan Kumar)

DBA Views Queries —————————————-         select * from dict; select * from cat; TABLE COLUMNS ———————————————– select * from dba_tab_columns where table_name = ‘table_name’; CONSTRAINTS ——————————————————————————– select table_name, constraint_name, constraint_type, status […]

Read Article →