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


Please Help Members By Posting Answers For Below Questions

What is Tax Categories?

1624


what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable

641


What is autocashrule set? : oracle accounts receivable

733


What is chargeback invoice? How do we create it? : oracle accounts receivable

725


TILL WHAT LEVEL OF SECURITY BO SUPPORTS?

2829






which gives Oracle R12 Financial training in delhi please give me answer its urgent?

1914


Give two methods you could use to determine what DDL changes have been made.

6021


can u give guidance abt packages of plsql

1644


What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.

3336


Why more redos are generated when the oracle database is in begin backup mode?

660


What is the difference between conversions and interfaces? : oracle accounts receivable

651


i want to know about the javaBean.what is its purpose and how it can use in Forms.

1833


Differentiate between standard remittance and bills receivable remittance : oracle accounts receivable

655


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.

1741


What do you mean by hz_ in customer tables? : oracle accounts receivable

642