Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 the difference between conversions and interfaces? : oracle accounts receivable

1307


can u pls share responsibilities for production how to environment in odi?and how to generate report ?

2441


Are These Dff's Flexible?

1214


Explain the use of table functions.

2585


What is an Oracle database Partial Backup?

1206


Difference between transaction type and transaction sources. : oracle accounts receivable

1073


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

1173


Differentiate between earned discounts and unearned discounts? : oracle accounts receivable

1224


as a technical developer in oracle applications which type errors feced in your experience sofar

2382


WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?

2069


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?

8014


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

2041


now iam working as an hr executive in hyderabad i would like to learn oracle hrms kindly suggest me some good institutes in hyderabd

2339


What are different types of receipt reversals ? Explain them : oracle accounts receivable

1322


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.

2266