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 sql mysql pl sql oracle?
How do you write a complex sql query?
What is rename in sql?
What is a column in a table?
Explain the purpose of %type and %rowtype data types with the example?
What is normalization sql?
How many functions are there in sql?
What is sql comments?
How do I count duplicates in sql?
How to use transactions efficiently : transact sql
Are subqueries better than joins?
How do you modify a column in sql?
How many types of functions are there in sql?
How do you exit in sql?
What are the advantages of stored procedure?