View Single Post

  #1 (permalink)  
Old 05-17-2007, 05:14 PM
caradoc caradoc is offline
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
Doubt on Functioning of Query

I have a table named as employee created. I have done vertical partitioning on this table and made this table into two tables. I have also created a view named as getview on the table employee. My doubt is if the data needed by me is in the first split table of the two partitions whether my view getview would fetch values querying only this or would it join both partitions and make the query. How it will function internally?
Reply With Quote