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 / vaishali

First way is :

desc dept;

Second Way is:

select COLUMN_NAME,decode(NULLABLE,'N','NOT
NULL',' '),DATA_TYPE||'('||DATA_LENGTH||')' from
user_tab_columns where table_name='DEPT';

Is This Answer Correct ?    5 Yes 0 No

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

Answer / chinnikrishna

DESC Dept;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle AllOther Interview Questions

Is Oracle 7.3 is a single user or multi user..Is it possible to use this as a backend for web applications?

2 Answers  


what is semphore explian it?

1 Answers   IBM,


Explain the process of recievables in oracle financials. : oracle accounts receivable

1 Answers  


how to replace not in with not exist?

1 Answers   IBM,


What is the difference between the SQL*Loader and IMPORT utilities?

1 Answers  


i am pursuing mca and i want to do oracle apps technical in hydrabad, plz guide me tne best institue in hydrabad those have excellent knowledge in oracle apps.

1 Answers  


How do you use trigger to create mutating state of table

2 Answers   TCS,


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

1 Answers  


how can it possibble to see the report output in excel sheet in oracle applications

4 Answers   Oracle, Wipro,


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

2 Answers  


difference of using cursor for loop and open,fetch,close.which one is better

1 Answers   Accenture,


Name two files used for network connection to a database.

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)