A trigger can be created on which of the following objects?() A.ViewB.Catalog TableC.Stored ProcedureD.Global Temporary Table

A trigger can be created on which of the following objects?()

A.View

B.Catalog Table

C.Stored Procedure

D.Global Temporary Table


相关考题:

_______________[A] introduce[B] summon[C] trigger[D] create

____________[A] advises [B] suggests [C] protests [D] objects

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

The price you quoted is so high that we () help ()this transaction.A、can…to cancelB、can't...cancelingC、can…cancelingD、can't…to cancel

IfyouaregoingtorunaTSPITRrecovery,whichviewwillhelpyoutodeterminewhichobjectswillbelostduringtheTSPITR?() A.TS_OBJECTS_TO_BE_DROPPEDB.TS_PTTR_OBJECT_DROPPEDC.TS_PITR_OBJECTS_TO_BE_DROPPEDD.TS_OBJECTS_DROPPEDE.TS_DROPPED_OBJECTS

TMS320X28XX系列处理器CAN总线接口支持标准()。 A.CAN 2.0A,CAN 2.0CB.CAN 2.0CC.CAN 2.0B,CAN 2.0CD.CAN 2.0A,CAM 2.0B

A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?() A.TableB.ColumnsC.Table and AliasD.Columns and Alias

STM32F103外部中断的触发方式有:A.EXTI_Trigger_RisingB.EXTI_Trigger_FallingC.EXTI_Trigger_Rising_FallingD.以上都是

以下那一个选项是查询数据方法:A.User.objects.filter(username='wangwu').get(pk=1)B.User.objects.filter(id=user_id).update(password='9999')C.User.objects.all().delete()D.User.objects.get(pk=user_id).delete()

以下那一个选项不是数据插入方法:A.ModelName.objects.create(参数=字典类型数据)B.ModelName.objects.get(列表或元组)C.ModelName.objects.update_or_create(参数=字典类型数据)D.ModelName.objects.bulk_create(列表或元组)