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
what is the difference between $message and $$message? : Sql dba
how can we destroy the cookie? : Sql dba
What is sqlca in powerbuilder?
What is crud diagram?
How do I view a table in sql?
What is numeric function sql?
What steps server process has to take to execute an update statement?
What are records give examples?
State some properties of relational databases?
What is on delete set null?
Differentiate between pl/sql and sql?
How do I count duplicates in sql?
What is package in pl sql with an examples?
Can we create a trigger on view?
What is pls_integer in pl sql?