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

In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?

2232


What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA

557


What authentication modes does sql server support? : sql server DBA

698


. 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?

1983


what is logical system in sap basis

1139






who owns the operating system files created by the utl_file package?

564


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?

1559


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

1808


What view(s) do you use to associate a user's SQLPLUS session with his o/s process?

2106


which background process invoke at the time of upgradation tell me???

2229


Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA

601


What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA

598


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

3311


what are the benefits of flashback feature?

592


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.

1690