MedicalPlanMedication


Columns

Column Type Size Nulls Auto Default Children Parents Comments
MedicalPlanMedicationSeq int identity 4 null
MedicalPlanSeq int 4 null
MedicalPlan.MedicalPlanSeq FK_MedicalPlanMedication_MedicalPlanSeq_MedicalPlan_MedicalPlanSeq R
MedicationSeq int 4 null
Medication.MedicationSeq FK_MedicalPlanMedication_MedicationSeq_Medication_MedicationSeq R

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_MedicalPlanMedicationSeq Primary key Asc MedicalPlanMedicationSeq
AK_MedicalPlanMedication_MedicalPlanSeq Performance Asc MedicalPlanSeq
AK_MedicalPlanMedication_MedicationSeq Performance Asc MedicationSeq

Relationships