S
Sripalkumar
Hi,
I am trying to create a query which links around 13 tables. Each of the
tables have a unique ID which is similar for all tables. It is a patient
identification number. The problem is not all tables contain the same number
of rows, i.e., there is some missing data.
In the query, I am selecting select columns of each table. As I am building
this, I noticed that I seem to lose some rows. For ex: I started with 10150
rows (from table 1) and now I am down to 10100 (after linking 10 tables).
Table 1 has 10150 rows and I have linked table 1 primary key (ID) to rest of
the tables primary key. How can I ensure that I do not lose any rows? What
am I doing wrong here.....Pls help.
thanks,
Sripal.
I am trying to create a query which links around 13 tables. Each of the
tables have a unique ID which is similar for all tables. It is a patient
identification number. The problem is not all tables contain the same number
of rows, i.e., there is some missing data.
In the query, I am selecting select columns of each table. As I am building
this, I noticed that I seem to lose some rows. For ex: I started with 10150
rows (from table 1) and now I am down to 10100 (after linking 10 tables).
Table 1 has 10150 rows and I have linked table 1 primary key (ID) to rest of
the tables primary key. How can I ensure that I do not lose any rows? What
am I doing wrong here.....Pls help.
thanks,
Sripal.