Can i possible to see Table Details ?
Ex :
Table Name Date Time User
Emp May/18/2010 12:59pm Scott
Answer Posted / kamal
SELECT OWNER,OBJECT_NAME,TRUNC(CREATED),TIMESTAMP FROM
DBA_OBJECTS WHERE OBJECT_TYPE ='TABLE' AND OBJECT_NAME
='EMP'
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I need a function for a train ticket reservation please answer it thanks in advance
How do I view a sql trace file?
how to escape special characters in sql statements? : Sql dba
what is transaction? : Sql dba
Why do we use partitions in sql?
Is sqlite thread safe?
What are the various restrictions imposed on view in terms of dml?
Why is pl sql used?
What is materialized view. What are different methods of refresh?
What is the use of <> sql?
Which table is left in left join?
what is innodb? : Sql dba
How do I add a primary key to a table?
What is package in pl sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?