- Type et exécuter, DROP TABLE produits; - Créer la nouvelle table en tapant et exécutant la commande suivante (effacer tout ce qui était dans le volet Instructions SQL en premier): CREATE TABLE produits (ProductID SMALLINT DEFAULT AUTOINCREMENT, ProductName CHAR (40) INDEX, Catégorie CHAR (30) INDEX, NOMBRE ENTIER, ReorderLevel ENTIER, CostPrice NUMERIC (19,2), SellingPrice NUMERIC (19,2), la clé primaire (ProductID ASC)); - Insérer des données dans le tableau des produits avec les déclarations suivantes: INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('Plume', 'Office »,« 150 »,« 20 »,« 0,5 », '0,75'); INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('Livres', 'Office', '500', '25', '3', '4'); INSERT INTO produits VALUES ('Bowl »,« ménage »,« 175 »,« 30 »,« 2 »,« 3 ») (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, de SellingPrice); Insérer dans les produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('Spoon', 'ménages', '300', '35', '0,2' '1.
'); INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('Plate', 'ménages', '450', '40', '1', '1.25'); Insérer dans les produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('poste de télévision »,« Divertissement »,« 160 »,« 45 »,« 25 »,« 30 »); INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('VCD', 'Entertainment', '200', '50', '20', '25'); INSERT INTO produits VALUES ('Habillez Box »,« ménage »,« 250 »,« 55 »,« 16 »,« 21 ») (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, de SellingPrice); Insérer dans les produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('parfum', 'Beauty', '258', '60', '2', '3'); INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VALUES ('Banana', 'fruits', '205', '65', '5', '7'); INSERT INTO produits (ProductName, Catégorie, Nombre, ReorderLevel, CostPrice, SellingPrice) VA