【单选题】
若要在工作表中插入一行,则一般插在当前行的()。
A、左侧
B、上方
C、右侧
D、下方
A、左侧
B、上方
C、右侧
D、下方
A、在currentprice表中创建一个after触发器,用来比较在inserted和deleted表中stockprice列的值.如果值不一样,那么触发器将插入一行到pastprice表中. B、在currentprice表中创建一个after触发器,用来比较在inserted和CurrentPrice表中stockprice列的值。如果值不一样,那么触发器将插入一行到pastprice表中. C、在CurrentPrice表上创建一个级联更新约束来更新PastPrice表中的行。 D、创建一个存储过程用来比较表CurrentPrice上StockPrice字段的新旧值。如果值不一样,那么过程将插入一行到pastprice表中.