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
What is sql resultset?
What is a data definition language?
What is replication id?
Does inner join remove duplicates?
How to fetch alternate records from a table?
What is the use of sqldataadapter?
Why function is used in sql?
what is a stored procedure? : Sql dba
What is sap sql anywhere?
What packages(if any) has oracle provided for use by developers?
What is auto increment in sql?
I need a function for a train ticket reservation please answer it thanks in advance
How many unique keys can a table have?
what is column? : Sql dba
What are the types of subqueries?