Attribute Data-Model
--Information
related to ATTR_ID
& IDENTIFIER based on this we will get the ATTR_ID with which we
will be proceeding further for the next table.
select * from attr;
--
Information related to ATTRVAL_ID & ATTR_ID & IDENTIFIER based on the previous step we will be getting the ATTRVAL_ID with which we further
proceed to get the catentries related to the particular value.
select * from attrval where
attr_id=7000000000000009685;
--
Information related to ATTRVAL_ID & ATTR_ID & CATENTRY_ID based
on the previous step we will get the catEntries which are associated to a
particular ATTR_ID
(Stores the catalog entry (CATENTRY) and attribute dictionary
attribute (ATTR) relationship)
select * from catentryattr where
attrval_id=7000000000000021190 and attr_id =7000000000000009685;
Attribute data model
Attribute Data Model-tables |
No comments:
Post a Comment