USP_SIMPLEDATALIST_CORECURRICULUM

Simple list of curricula.

Definition

Copy


                create procedure dbo.USP_SIMPLEDATALIST_CORECURRICULUM 

                as 
                select 
                    ID as VALUE
                    NAME as LABEL
                from dbo.CORECURRICULUM 
                order by LABEL