Give two examples of how you might determine the structure
of the table DEPT.
Answer Posted / 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 |
Post New Answer View All Answers
what functionality does oracle provide to secure sensitive information?
Query processing is slow(eg select query)how will u solve that
What is dbcc? : sql server DBA
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
How do you open a cluster administrator? : sql server DBA
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
what do you understand by flashback feature of oracle?
. 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?
what is the use of ocr?
What is the default fill factor value? : sql server DBA
how can you initialize log miner?
What is dcl? : sql server DBA
What types of replication are supported in sql server? : sql server DBA
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA