How to divide query output into groups in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to a remote server?
Why is oracle database so popular?
What is ordinary table in oracle?
does Oracle has only one table space?
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
What is an Index ? How it is implemented in Oracle Database ?
What is SQL access advisor in Oracle?
What is the effect of setting the 'RULE' for OPTIMIER_GOAL parameter of the ALTER SESSION Command ?
What is the difference between implicit index and explicit index?
Are truncate and delete commands same? If so why?
Can we use bind variables in oracle stored procedure?
emp numb is unique because that is primary key,,but what is foreign key .. explain very clear with example