/* ------------------------------------------------------------------------- Yu Cheng ICS 321 Assignment 1 September 18, 2008 PART 3.3 Provide a simple SQL statement that will select and display all SKILL table entries. ------------------------------------------------------------------------- */ USE DB9975 GO SELECT * FROM SKILL GO