/* ------------------------------------------------------------------------- Yu Cheng ICS 321 Assignment 1 September 18, 2008 PART 6.2 Implement an SQL script that will list the data in the COMPUTER table. ------------------------------------------------------------------------- */ USE DB9975 GO SELECT * FROM COMPUTER GO