What are the two ways to determine the structure of a table in database?
Options
- Using DESCRIBE command and dbms_metadata_get_commit package
- Using METADATA command STRUCTURE commands
- Using DATA_ON_DATA and STRUCTURE commands
- Using DESCRIBE command and dbms_metadata.get_ddl statement
CORRECT ANSWER : Using DESCRIBE command and dbms_metadata.get_ddl statement
Write your comments