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 |
Name a tablespace automatically created when you create a database.
what is different between inline query,subquery& corelated query?
what is shared memory?
Can we get the deleted Record again if the delete transaction has been committed.
Whats the purpose of using Nextval while creating the sequence.
how can we send a concurrent program output to the clients through mail or fax give me example.
What is the difference between oracle media recovery and crash recovery?
What are the mandatory setups in setting up a PO in oracle
What do you mean by Oracle MEDIA RECOVERY?
What view would you use to determine free space in a tablespace?
8. Supporting AP, AR and GL?
What command would you use to create a backup control file?