Give two examples of how you might determine the structure
of the table DEPT.

Answers were Sorted based on User's Feedback



Give two examples of how you might determine the structure of the table DEPT...

Answer / ramesh

From Scott Schema

1.Desc Dept

2.Select Table_name,Column_name,Data_type,nullable from
user_tab_columns wheRE table_name = 'DEPT'

Is This Answer Correct ?    12 Yes 0 No

Give two examples of how you might determine the structure of the table DEPT...

Answer / amrutharao d

1. SQL>Desc Dept

2. SQL>Select Table_name,Column_name,Data_type,nullable from
user_tab_columns wheRE table_name = 'DEPT'

3. SQL>set long 99999
SQL>select dbms_metadata.get_ddl('TABLE','DEPT') from
dual;

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More DB Administration Interview Questions

what is a user-defined lock?

0 Answers   Oracle,


Give the stages of instance startup to a usable state where normal users may access it.

1 Answers  


What is the difference between the 2 operating modes of database mirroring? : sql server DBA

0 Answers  


currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba

0 Answers  


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

3 Answers  






What are the recovery models for a database? : sql server DBA

0 Answers  


Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you bring the database in ARCHIVELOG mode from NOARCHIVELOG mode? 6. You cannot shutdown the database for even some minutes, then in which mode you should run the database?

11 Answers   FA, GE, Wipro,


suppose you want to audit specific activities on sensitive data. How can you achieve that?

0 Answers   Oracle,


orra 1555 what is this error,why it is occur?

2 Answers   Mphasis,


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

0 Answers   Patni,


I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?

1 Answers  


which background process will run @ the time of creation of catalog database

1 Answers   CSC,


Categories