在当前某个表中,如果字段je=djnum,则()命令可以自动填写所有记录的je字段。
A、browse je=djnum
B、replace all je=djnum
C、replace allwith je=djnum
D、listall je=djnum
A、browse je=djnum
B、replace all je=djnum
C、replace allwith je=djnum
D、listall je=djnum
A、在currentprice表中创建一个after触发器,用来比较在inserted和deleted表中stockprice列的值.如果值不一样,那么触发器将插入一行到pastprice表中. B、在currentprice表中创建一个after触发器,用来比较在inserted和CurrentPrice表中stockprice列的值。如果值不一样,那么触发器将插入一行到pastprice表中. C、在CurrentPrice表上创建一个级联更新约束来更新PastPrice表中的行。 D、创建一个存储过程用来比较表CurrentPrice上StockPrice字段的新旧值。如果值不一样,那么过程将插入一行到pastprice表中.
A、select*from表名where姓名字段名like’%_’ B、select*from表名where姓名字段名like’__’ C、select*from表名where姓名字段名like’___’ D、select*from表名where姓名字段名like’%_%’