Can i possible to see Table Details ?
Ex :
Table Name Date Time User
Emp May/18/2010 12:59pm Scott
Answer Posted / saraswathi muthuraman
SELECT OWNER,OBJECT_NAME,To_char(CREATED,'MON//DD/YYYY'),
to_char(CREATED,'HH:MM PM') from ALL_OBJECTS WHERE
OBJECT_TYPE ='TABLE' AND OBJECT_NAME ='EMP_TEST';
Result:
Saras EMP_TEST
JUN//01/2010 11:06 AM
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a memo field?
how is myisam table stored? : Sql dba
difference between anonymous blocks and sub-programs.
What is consistency?
what is a composite primary key ? : Sql dba
What will you get by the cursor attribute sql%notfound?
What are the sql commands?
what tools available for managing mysql server? : Sql dba
What is sql keyword?
How do we accept inputs from user during runtime?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What are the syntax and use of the coalesce function?
What are the basic sql commands?
Does truncate require commit?
What are functions in sql?