I have a requirement to create a view which would fetch data from 1000 columns of different tables. How do I do that?
I cannot reduce the number of columns.
View Partitioning or having 2 different views is also not an option.
Working with a view type object or collections can do the trick but I am not sure how? Could anyone please help?