Give two examples of how you might determine the structure
of the table DEPT.
Answers were Sorted based on User's Feedback
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 |
Is Oracle 7.3 is a single user or multi user..Is it possible to use this as a backend for web applications?
what is semphore explian it?
Explain the process of recievables in oracle financials. : oracle accounts receivable
how to replace not in with not exist?
What is the difference between the SQL*Loader and IMPORT utilities?
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.
How do you use trigger to create mutating state of table
I need a Technical evaluation between Oracle and SAP ? please do a need ful.
how can it possibble to see the report output in excel sheet in oracle applications
Give two examples of how you might determine the structure of the table DEPT.
difference of using cursor for loop and open,fetch,close.which one is better
Name two files used for network connection to a database.