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 loop in pl sql?
What are all the different normalization?
How to add a column ‘salary’ to a table employee_details?
What are different types of triggers?
What is pl/sql language case sensitive?
How do you select unique values in sql?
What is sql and how does it work?
Write a unique difference between a function and a stored procedure.
Which join is default?
Is primary key a clustered index?
What makes a good primary key?
What is an exception in PL/SQL? What are the two types of exceptions?
Explain what is a subquery ?
Does user triggers have entry for trigger with compilation errors?
What is primary and foreign key?