HWA1_P6_2.sql

/* -------------------------------------------------------------------------
   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
Valid HTML 4.01 Valid CSS