WebSphere Commerce database table: RFQRSPPARL

This table holds the relationship of the personalized attributes in the RFQ and the response.


Column Description(s):
Column NameColumn TypeDescription
RFQRSPPARL_ID BIGINT NOT NULL The internal reference number of the RFQ and Response personalized attributes relationship.
RFQ_ID BIGINT NOT NULL The internal reference number of the RFQ.
RFQRSP_ID BIGINT NOT NULL The internal reference number of the RFQ response.
RFQPATTRVALUE_ID BIGINT NOT NULL The internal reference number of the RFQ Personalized Attribute Value.
RFQRSPPATTRVAL_ID BIGINT The internal reference number of the RFQ response Personalized Attribute Value.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031305280 RFQRSPPARL_ID Primary Key
I0000359 RFQPATTRVALUE_ID Non-Unique Index
I0000730 RFQ_ID Non-Unique Index
I0000731 RFQRSP_ID Non-Unique Index
I0000732 RFQRSPPATTRVAL_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_990 RFQRSPPATTRVAL_ID PATTRVALUE PATTRVALUE_ID Cascade
F_993 RFQPATTRVALUE_ID PATTRVALUE PATTRVALUE_ID Cascade
F_992 RFQ_ID RFQ RFQ_ID Cascade
F_991 RFQRSP_ID RFQRSP RFQRSP_ID Cascade

Feedback