Can i possible to see Table Details ?
Ex :
Table Name Date Time User
Emp May/18/2010 12:59pm Scott
Answer Posted / saraswathi muthuraman
SELECT OWNER,OBJECT_NAME,To_char(CREATED,'MON//DD/YYYY'),
to_char(CREATED,'HH:MM PM') from ALL_OBJECTS WHERE
OBJECT_TYPE ='TABLE' AND OBJECT_NAME ='EMP_TEST';
Result:
Saras EMP_TEST
JUN//01/2010 11:06 AM
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is a foreign key always unique?
What are the differences between implicit and explicit cursors?
What is procedure in pl sql?
Explain the methods used to protect source code of pl/sql.
Explain two easy sql optimizations.
How run sql*plus commands that are stored in a local file?
how to enter binary numbers in sql statements? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is sql scripting?
Is time a data type in sql?
What does data normalization mean?
What is auto increment feature in sql?
What is an alias command?
What are secondary keys?
How many unique keys can a table have?