*   >> läser Utbildning artiklar >> science >> programming

En Trigger Exempel på Sybase SQL Anywhere

a och köra följande (radera allt var i SQL rutan Uttalanden först): CREATE TABLE produkter (ProductID SMALLINT DEFAULT AUTOINCREMENT, Product CHAR (40) INDEX, Kategori CHAR (30) INDEX, ANTAL INTEGER, ReorderLevel INTEGER, CostPrice NUMERIC (19,2), SellingPrice NUMERIC (19,2), PRIMARY KEY (ProductID ASC)); - Infoga data i tabellen Produkter med följande påståenden: sätt in produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Pen", "Office", "150", "20", "0,5", '0,75'); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Böcker", "Office", "500", "25", "3", "4"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Skål", "hushåll", "175", "30", "2", "3"); INSERT INTO produkter (Product, Kategori, Number, ReorderLevel, CostPrice, SellingPrice) VÄRDEN ("Spoon", "Hushåll", "300", "35", "0,2" '1.

'); 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

Page   <<  [1] [2] [3] [4] >>
Copyright © 2008 - 2016 läser Utbildning artiklar,https://utbildning.nmjjxx.com All rights reserved.