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
describe mysql connection using mysql binary. : Sql dba
What is pl sql architecture?
what is a database transaction? : Sql dba
What is sql and also describe types of sql statements?
What is Collation Sensitivity ? What are the various type ?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is scope of pl sql developer in future?
Is primary key clustered index?
what is the difference between clustered and non clustered index in sql? : Sql dba
How to convert comma separated string to array in pl/sql?
how do you know the version of your mysql server? : Sql dba
What are the usages of sql?
what is the difference between sql and t-sql? : Transact sql
What is sqlca in db2?