DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: question about use view

  1. #1
    Join Date
    Mar 2001
    Posts
    29
    say... we have two simular tables
    table1, table2 which are properly indexed.

    create view table as
    select * from table1
    union all
    select * from table2

    like to know if queries on table will apply the indexes if proper condition is given.
    dino

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    The query will use the indexes on the base tables.

    Sanjay

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width