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 |
Explain the uses of a database trigger?
How many triggers can be applied to a table?
What is diff between bulk collect and forall
what is difference between procedure and function
10 Answers MCN Solutions, Wipro,
Is it possible to include an insert statement on the same table to which the trigger is assigned?
----> There is a table T with two columns C1 and C2. The data is as below: C1 C2 1 4 2 5 3 6
What is using in sql?
How to get second highest salary from a table
How do I run a sql query?
what is self join and how it works??
How will we see framework of a table?
What is the primary use of normalization?
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)