Can i possible to see Table Details ?
Ex :
Table Name Date Time User
Emp May/18/2010 12:59pm Scott
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what is sql? : Sql dba
Explain raise_application_error.
how to find 5th row ?
How do I run sql?
What is %rowtype in pl sql?
Explain what is an index?
How does cross join work?
What is spool?
what is meant by forward declaration in functions?
What is the Subquery?
How do you run a query?
Why do we create views in sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)