V_EDUCATIONALINSTITUTION_UNIQUE_FICECODE

Used to enforce unique values on the EDUCATIONALINSTITUTION.FICECODE field (which is defined as being unique but not required). This view will contain all non-empty values for this field from the EDUCATIONALINSTITUTION table.

Fields

Field Field Type Null Description
FICECODE nvarchar(50) Code issued by the US government.

Indexes

Index Name Fields Unique Primary Clustered
UIX_V_EDUCATIONALINSTITUTION_UNIQUE_FICECODE FICECODE yes yes

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  12/17/2008 2:34:49 AM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=1.7.1271.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_EDUCATIONALINSTITUTION_UNIQUE_FICECODE WITH SCHEMABINDING
AS
select [FICECODE] from dbo.EDUCATIONALINSTITUTION where [FICECODE] <> ''