What is a directory object?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use bind variables in oracle stored procedure?
What are group functions in oracle?
difference between truncate and delete ,drop?
How to name query output columns in oracle?
12. Display the client name in upper case only and in lower case only.
Is oracle an operator?
How to find out what privileges a user currently has in oracle?
Is it possible to enter only time value into a column of a table in sql?
does the query needs a hint to access a materialized view?
When do you get a .pll extension in oracle? Explain its importance
How to install oracle odbc drivers?
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