Answer Posted / shekharjchandra
We can view the structure of the DUAL table by
SQL> DESCRIBE DUAL
or being in SYS user
SYS> SELECT DBMS_METADATA('TABLE','DUAL','SYS') FROM DUAL ;
Before that use below set command
SQL> SET PAGESIZE 100 -- or whatever you like so that you can see whole structure of the create table definition
Regards
J
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the working of primary key?
How can one get sql*loader to commit only at the end of the load file? : aql loader
Does truncate release storage space?
How global cursor can be declare with dynamic trigger ?
What is the non-clustered index in sql?
What is function and procedure in pl sql?
What is nvarchar in sql?
Is left join same as inner join?
Is join an inner join?
How much ram can sql express use?
Mention what pl/sql package consists of?
What are the different parts of a package?
Explain the difference between rename and alias?
What is auto increment feature in sql?
How to look at the current sql*plus system settings?