/* ------------------------------------------------------------------------- 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