HWA1_P5_3.sql

/* -------------------------------------------------------------------------
   Yu Cheng
   ICS 321 Assignment 1
   September 18, 2008

   PART 5.3
   Create a SQL script that will list the Organization units required for
   the enterprise.
   ------------------------------------------------------------------------- */

USE DB9975
GO

SELECT Title FROM ORGANIZATION
GO
Valid HTML 4.01 Valid CSS