Description | SQL Query | Results |
---|---|---|
Modify the products table to add one new field to store the quantity available in stock, using an integer value, with a default value of 1. Update all existing records to make sure their stock level is set to 1. | ||
Create a new table called "advertisingCampaigns" to store information such as: campaignID, StartDate, EndDate, TypeOfCampaign, Country, Description. Add a new campaing as follows: 1, 01/01/2016, 29/02/2016, Radio Advert, USA, National campaign to promote our services in the USA. |