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 trigger can be created on which of the following objects?() ”相关问题
  • 第1题:

    IfyouaregoingtorunaTSPITRrecovery,whichviewwillhelpyoutodeterminewhichobjectswillbelostduringtheTSPITR?()

    A.TS_OBJECTS_TO_BE_DROPPED

    B.TS_PTTR_OBJECT_DROPPED

    C.TS_PITR_OBJECTS_TO_BE_DROPPED

    D.TS_OBJECTS_DROPPED

    E.TS_DROPPED_OBJECTS


    参考答案:C

  • 第2题:

    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.Table

    B.Columns

    C.Table and Alias

    D.Columns and Alias


    参考答案:A

  • 第3题:

    以下那一个选项是查询数据方法:

    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()


    query()

  • 第4题:

    TMS320X28XX系列处理器CAN总线接口支持标准()。

    A.CAN 2.0A,CAN 2.0C

    B.CAN 2.0C

    C.CAN 2.0B,CAN 2.0C

    D.CAN 2.0A,CAM 2.0B


    正确答案:C

  • 第5题:

    STM32F103外部中断的触发方式有:

    A.EXTI_Trigger_Rising

    B.EXTI_Trigger_Falling

    C.EXTI_Trigger_Rising_Falling

    D.以上都是


    以上都是

  • 第6题:

    以下那一个选项不是数据插入方法:

    A.ModelName.objects.create(参数=字典类型数据)

    B.ModelName.objects.get(列表或元组)

    C.ModelName.objects.update_or_create(参数=字典类型数据)

    D.ModelName.objects.bulk_create(列表或元组)


    手写