Hi Friends
I am using ORacle 8i, Forms 6i to develop an application in which i have to store the following data, for which i have created a table but i think i m doing lot of data duplication so how to store it more efficiently
The data is in the following manner:
Qualifications
Sr.No Department Phd. Msc. Bsc. Tech Tot
===== =========== ==== ==== === ==== ===
1 Research 5 10 5 2 22
2 Production 1 2 4 3 10
3 Quality Control 10 8 1 0 20
4 Packaging 4 2 8 1 15
5 Others 1 2 4 3 10
Now i have made one simple table like this:
Sr.No
Department
Qualification
Total
So for each deaprtment there are 5 records, that means there are total 25 records for 1 transaction, which i think is not the right way,
Though i have looked at Nested TAbles but was not able to figure out how to use them in such scenario...
Please guide its urgent.
Regards
Gazal
I am using ORacle 8i, Forms 6i to develop an application in which i have to store the following data, for which i have created a table but i think i m doing lot of data duplication so how to store it more efficiently
The data is in the following manner:
Qualifications
Sr.No Department Phd. Msc. Bsc. Tech Tot
===== =========== ==== ==== === ==== ===
1 Research 5 10 5 2 22
2 Production 1 2 4 3 10
3 Quality Control 10 8 1 0 20
4 Packaging 4 2 8 1 15
5 Others 1 2 4 3 10
Now i have made one simple table like this:
Sr.No
Department
Qualification
Total
So for each deaprtment there are 5 records, that means there are total 25 records for 1 transaction, which i think is not the right way,
Though i have looked at Nested TAbles but was not able to figure out how to use them in such scenario...
Please guide its urgent.
Regards
Gazal