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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the performance views in an oracle rac environment?

795


When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA

767


What are statistics, under what circumstances they go out of date, how do you update them?

1984


Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.

1906


What is dcl? : sql server DBA

866


What is the default fill factor value? : sql server DBA

785


What purpose does the model database server? : sql server DBA

816


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1741


what is a user-defined lock?

756


Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA

771


Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.

2290


List out some of the requirements to setup a sql server failover cluster.? : sql server DBA

889


How do you trace the traffic hitting a sql server? : sql server DBA

1125


I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB

1699


how can a session indicate its interest in receiving alerts?

762