/* ------------------------------------------------------------------------- Yu Cheng ICS 321 Assignment 1 September 18, 2008 PART 7.3 Create a SQL script that will list the Project data. ------------------------------------------------------------------------- */ USE DB9975 GO SELECT * FROM PROJECT GO