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 the difference between sql and t-sql? : Transact sql
Explain the select statement in sql?
What is self-join and what is the requirement of self-join?
What is the difference between python and sql?
Can we alter stored procedure?
what are the differences between char and varchar? : Sql dba
What is trigger types in sql?
How does cross join work in sql?
What are sql triggers used for?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What are the benefits of stored procedures?
Can we use the cursor's to create the collection in PL/SQL?
What normalization means?
Which join is like an inner join?
How to create your own reports in sql developer?