单选题Which of the following are types of routine objects?()A Package and functionB Function and userexitC Procedure and packageD Function and procedure

题目
单选题
Which of the following are types of routine objects?()
A

Package and function

B

Function and userexit

C

Procedure and package

D

Function and procedure

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

解释FUNCTION,PROCEDURE和PACKAGE区别


正确答案:
 

第2题:

A stored procedure object is created into which DB2 object?()

A.Alias

B.Schema

C.Package

D.Routine Space


参考答案:B

第3题:

变量是一种局部量,变量可在以下哪些位置进行定义

A.process、architecture、entity

B.process、function、procedure

C.function、entity、package

D.entity、package、procedure


参考答案:B

第4题:

下面函数首部或过程首部合法的是()

  • A、 function  sum
  • B、 procedure  next
  • C、 function  s(VAR s:real):integer
  • D、 procedure  f(a,b:real):char

正确答案:B

第5题:

若将过程或函数放在单独的程序文件中,可以在应用程序中使用

A.SET PROGRAM TO

B.SET FUNCTION TO

C.SET ROUTINE TO

D.SET PROCEDURE TO


正确答案:D
解析:使用SETPROCEDURETO命令可以将过程或函数放在单独的程序文件中,选项B)用于设置键盘功能键,选项A)和选项C)语法错误。

第6题:

Which of the following server types performs the same function as the HOSTS file?()

A. FTP

B. DHCP

C. DNS

D. WINS


参考答案:C

第7题:

Which of the following are types of routine objects?()

A.Package and function

B.Function and userexit

C.Procedure and package

D.Function and procedure


参考答案:D

第8题:

View the Exhibit for the object interdependency diagram.How does this impact the status of the dependent objects?()

A. All dependent objects remain valid.

B. Only the procedure and function become invalid and must be recompiled.

C. Only the view becomes invalid and gets automatically revalidated the next time it is used.

D. Only the procedure and function become invalid and get automatically revalidated the next time they are called.


参考答案:A

第9题:

若将过程放在过程文件中,可在应用程序中使用下列哪条命令打开过程文件( )。

A.SET ROUTINE TO<文件名>

B.SET PROCEDURE TO<文件名>

C.SET PROGRAM TO<文件名>

D.SET FUNCTION TO<文件名>


正确答案:B
解析:一般情况下,过程保存在称为过程文件的单独文件里。过程文件包含的过程数量不限。过程文件的建立仍使用MODIFY COMMAND命令,文件的默认扩展名还是.prg。要调用过程文件中的过程,首先要打开过程文件。打开过程文件的命令格式为:
SET PROCEDURE TO[过程文件1>[过程文件2>,]][ADDITIVE]
可以打开一个或多个过程文件。一旦一个过程文件被打开,那么该过程文件中的所有过程都可以被调用。

第10题:

Which are SRW package procedure or function could you use to create and then drop a temporary table in the sales report?()

  • A、SRW.BREAK 
  • B、SRW.SET_ALTER 
  • C、SRW.REFERENCE 
  • D、SRW.DO_SQL 
  • E、SRW.RUN_REPORT
  • F、SRW.SET_FIELD

正确答案:D

更多相关问题