![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table with following columns: division * group * email Then, i create a non-unique index for: division * group I insert the following data: division * group * email 1 * * * * * *A * * * * a... (AT) hotmail (DOT) com 1 * * * * * *A * * * * b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division * group 1 * * * * * *A or will it contains 2 index records, i.e. division * group 1 * * * * * *A 1 * * * * * *A Thanks for prompt reply. |
#3
| |||
| |||
|
|
I have a table with following columns: division * group * email Then, i create a non-unique index for: division * group I insert the following data: division * group * email 1 * * * * * *A * * * * a... (AT) hotmail (DOT) com 1 * * * * * *A * * * * b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division * group 1 * * * * * *A or will it contains 2 index records, i.e. division * group 1 * * * * * *A 1 * * * * * *A Thanks for prompt reply. |
#4
| |||
| |||
|
|
I have a table with following columns: division * group * email Then, i create a non-unique index for: division * group I insert the following data: division * group * email 1 * * * * * *A * * * * a... (AT) hotmail (DOT) com 1 * * * * * *A * * * * b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division * group 1 * * * * * *A or will it contains 2 index records, i.e. division * group 1 * * * * * *A 1 * * * * * *A Thanks for prompt reply. |
#5
| |||
| |||
|
|
On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed |
#6
| |||
| |||
|
|
On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed |
#7
| |||
| |||
|
|
On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed |
#8
| |||
| |||
|
|
On Feb 19, 9:22 pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote: On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed the DBMS is Informix. Just want to know the structure only. |
#9
| |||
| |||
|
|
On Feb 19, 9:22 pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote: On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed the DBMS is Informix. Just want to know the structure only. |
#10
| |||
| |||
|
|
On Feb 19, 9:22 pm, Ed Prochak <edproc... (AT) gmail (DOT) com> wrote: On Feb 19, 4:32 am, falcons... (AT) gmail (DOT) com wrote: I have a table with following columns: division group email Then, i create a non-unique index for: division group I insert the following data: division group email 1 A a... (AT) hotmail (DOT) com 1 A b... (AT) hotmail (DOT) com With this set of data in table, will the index table consist of 1 index record, i.e. division group 1 A or will it contains 2 index records, i.e. division group 1 A 1 A Thanks for prompt reply. You give No mention of what DBMS you are using so it is impossible to answer directly. But I do have to ask: Why do you care? What business need will this knowledge serve? Ed the DBMS is Informix. Just want to know the structure only. |
![]() |
| Thread Tools | |
| Display Modes | |
| |