Shopping Database example for MS-SQL Server ========================================= To create shopping database, - Execute the SQL script setupShopping.sql in Query Analyzer tool This will generate all table structures and insert all tuples. - To test the database, execute the query q2.sql - To remove all market tables, execute the SQL script removeShopping.sql --Prabu