'); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Plate", "Hushåll", "450", "40", "1", "1,25"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("TV-apparaten", "underhållning", "160", "45", "25", "30"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN (VCD "," underhållning "," 200 "," 50 "," 20 "," 25 "); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN (kläda Box "," hushåll "," 250 "," 55 "," 16 "," 21 "); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Parfym", "Beauty", "258", "60", "2", "3"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Banana", "Frukt", "205", "65", "5", "7"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Päron", "Frukt", "150", "70", "3", "4"); - Nu skriver du följande för att skapa tabellen chef tabellen (radera alla tidigare skrivit uttalande): CREATE TABLE chef (händelse-INTEGER DEFAULT AUTOINCREMENT, DateAndTime TIMESTAMP DEFAULT tidsstämpel Product CHAR (40), EventMessage CHAR (60) DEFAULT "har gått nedan ordna nivå ", ReorderLevel INTEGER, Current INTEGER, PRIMARY KEY (händelse-ASC)); Observera att standardmeddelandet Strängen är i enkla citattecken.
- Nu, läs och skriv följande för att skapa en trigger (radera alla tidigare skrivit uttalande): CREATE TRIGGER InformManager E