How to create an oracle testing table?
No Answer is Posted For this Question
Be the First to Post Answer
what is exact difference between drop and truncate table.
How to shutdown your 10g xe server?
What is recycle bin in Oracle?
if you update view? where we store the data?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
When can Hash Cluster used ?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is a Public Synonyms ?
What is the difference between $oracle_base and $oracle_home?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
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