What is data type in oracle?
Answer / Ashish Srivastava
In Oracle, a data type is a classification of a column that specifies the kind of values it can hold. Some common data types include VARCHAR2 for strings, NUMBER for numeric values, DATE for dates, and DATE for timestamp values.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to import one table back from a dump file?
How to rename a column in an existing table?
can a view be updated?
can you write commit in triggers?
Explain the difference between sap and oracle?
What is the difference between a user and a schema in oracle?
How to use subqueries in the from clause in oracle?
ABOUT IDENTITY?
What is an oracle?
How to revoke create session privilege from a user in oracle?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
Hello All, Could any one provide me FAQs/interview questions on oracle PL/SQL