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

How can you gather statistics on a table?

3 Answers  


What background process refreshes materialized views?

1 Answers  


How would you determine what sessions are connected and what resources they are waiting for?

0 Answers  


What is an Oracle database Full Backup?

0 Answers  


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

0 Answers   Accenture,






How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.

0 Answers  


if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure

0 Answers  


deference between & and &&

2 Answers   Mphasis,


hi all, i have installed oracle xe software in windows 7. iam unable to connect sqldeveloper tool. can you please tell me how to connect. provide completed procedure.

1 Answers  


how to replace not in with not exist?

0 Answers   IBM,


What is supporting issues GL AP and AR?

0 Answers   Oracle,


What is database schema?

4 Answers   Infosys,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)