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
how to get a list of all tables in a database? : Sql dba
What are the advantages of sql?
how to get help information from the server? : Sql dba
what are different types of keys in sql?
What is bulk compiling in pl/sql.?
Why do we need databases?
How do I run a sql trace?
What is #table in sql?
Explain ddl statements in pl/sql?
Mention what plvcmt and plvrb does in pl/sql?
What are few of the schema objects that are created using PL/SQL?
Can we use update in sql function?
Why do we create views in sql?
What is view? Can we update view
What is difference between cursor and trigger?