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 clustered and non-clustered indexes?
what are the different type of sql's statements ? : Sql dba
What are the default Oracle triggers??
Write a sql to print only character form the below string. @So&*CIE%$TE@GEN!@RAL
What is a primary key called that is made up of more than one field?
Can instead of triggers be used to fire once for each statement on a view?
How to use sql*plus built-in timers?
what is sql optimization
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is row_number () in sql?
What is the difference between union and union all command?
What are the three pl sql block types?
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)