addressId is the primary key (column with unique values) for this table. Each row of this table contains information about the city and state of one person with ID ...
//Q117: Write a program to take two sorted arrays of size m and n as input. Merge both the arrays such that the merged array is also sorted. Print the merged array.