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
how to return query output in html format? : Sql dba
how to decrement dates by 1 in mysql? : Sql dba
What are the steps for performance tuning.
Explain 3 basic parts of a trigger.
what is try_catch block in procedure
How do I count records in sql?
Does sql require a server?
How do I filter in sql profiler?
What is pivot table in sql?
define sql insert statement ? : Sql dba
What is pl sql in dbms?
What is execution plan in sql?
how would you get the current date in mysql? : Sql dba
What are the types of records?
What is the difference between database trigger and stored procedure?