Give two examples of how you might determine the structure
of the table DEPT.
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between conversions and interfaces? : oracle accounts receivable
can u pls share responsibilities for production how to environment in odi?and how to generate report ?
Are These Dff's Flexible?
Explain the use of table functions.
What is an Oracle database Partial Backup?
Difference between transaction type and transaction sources. : oracle accounts receivable
Why more redos are generated when the oracle database is in begin backup mode?
Differentiate between earned discounts and unearned discounts? : oracle accounts receivable
as a technical developer in oracle applications which type errors feced in your experience sofar
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
Tell me about entire study of finacle software as soon as possible? give me the idea about questions which coulb be asked in interview of pnb it officers?
I need a Technical evaluation between Oracle and SAP ? please do a need ful.
now iam working as an hr executive in hyderabad i would like to learn oracle hrms kindly suggest me some good institutes in hyderabd
What are different types of receipt reversals ? Explain them : oracle accounts receivable
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.