How will you differentiate between varchar & varchar2?
No Answer is Posted For this Question
Be the First to Post Answer
How to handle a single quote in oracle sql?
How to Identify the previously inserted/updated records in already populated table.
Can multiple cursors being opened at the same time?
Explain parameter file in oracle.
What is trigger associated with the timer ?
Can we connect to ORACLE db using Windows Authentication?
how to store only time in a data base table
How many data types are supported?
How to list all user accounts in oracle?
What are the uses of synonyms?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?