Oracle interview question

Given two sorted integer arrays, how do you combine them into one sorted array?

Interview Answer

Anonymous

Aug 26, 2011

Using Merge sort we can do this...