Package and function
Function and userexit
Procedure and package
Function and procedure
第1题:
A.Alias
B.Schema
C.Package
D.Routine Space
第2题:
若将过程或函数放在单独的程序文件中,可以在应用程序中使用
A.SET PROGRAM TO
B.SET FUNCTION TO
C.SET ROUTINE TO
D.SET PROCEDURE TO
第3题:
下面函数首部或过程首部合法的是()
第4题:
在Visual FoxPro中,用于调用模块程序的命令是()。
第5题:
Which of the following tools for DB2 V9 allows a user to create and debug a SQL stored procedure?()
第6题:
Which of the following are types of routine objects?()
第7题:
In your multitenant container database (CDB) containing pluggable database (PDBs), the HR user executes the following commands to create and grant privileges on a procedure: CREATE OR REPLACE PROCEDURE create_test_v (v_emp_id NUMBER, v_ename VARCHAR2,v_SALARY NUMBER, v_dept_id NUMBER) BEGIN INSERT INTO hr.test VALUES (V_emp_id, V_ename, V_salary, V_dept_id); END; / GRANT EXECUTE ON CREATE_TEST TO john, jim, smith, king; How can you prevent users having the EXECUTE privilege on the CREATE_TEST procedure from inserting values into tables on which they do not have any privileges?()
第8题:
FTP
DHCP
DNS
WINS
第9题:
DBMS_RLS.STATIC
DBMS_RLS.DYNAMIC
DBMS_RLS.SHARED_STATIC
DBMS_RLS.CONTEXT_SENSITIVE
DBMS_RLS.SHARED_CONTEXT_SENSITIVE
第10题:
SRW.BREAK
SRW.SET_ALTER
SRW.REFERENCE
SRW.DO_SQL
SRW.RUN_REPORT
SRW.SET_FIELD
第11题:
one that uses an internal SQL Server Web service endpoint
one that runs a SQL Server Integration Services (SSIS) package
one that uses Service Broker
one that runs a user-defined function
第12题:
Create the CREATE_TEST procedure with definer’s rights.
Grant the EXECUTE privilege to users with GRANT OPTION on the CREATE_TEST procedure.
Create the CREATE_TEST procedure with invoker’s rights.
Create the CREATE_TEST procedure as part of a package and grant users the EXECUTE privilege the package.
第13题:
A.Package and function
B.Function and userexit
C.Procedure and package
D.Function and procedure
第14题:
若将过程放在过程文件中,可在应用程序中使用下列哪条命令打开过程文件( )。
A.SET ROUTINE TO<文件名>
B.SET PROCEDURE TO<文件名>
C.SET PROGRAM TO<文件名>
D.SET FUNCTION TO<文件名>
第15题:
Which are SRW package procedure or function could you use to create and then drop a temporary table in the sales report?()
第16题:
Which of the following server types performs the same function as the HOSTS file?()
第17题:
A stored procedure object is created into which DB2 object?()
第18题:
You want to enforce a company’s business policy on several objects by using a single policy function. Which two types of policies can be assigned to the policy_type argument in the dbms_rls.add_policy procedure to achieve the above objective? ()
第19题:
You are designing the loan application process for the customer terminals. You need to design a Transact-SQL stored procedure that fulfills the business and technical requirements. Which type of Transact-SQL stored procedure should you use?()
第20题:
Package and function
Function and userexit
Procedure and package
Function and procedure
第21题:
Control Center
Development Center
Developer Workbench
Stored Procedure Builder
第22题:
function sum
procedure next
function s(VAR s:real):integer
procedure f(a,b:real):char
第23题:
FTP
DHCP
DNS
WINS
第24题:
DBMS_RLS.STATIC
DBMS_RLS.DYNAMIC
DBMS_RLS.SHARED_STATIC
DBMS_RLS.CONTEXT_SENSITIVE
DBMS_RLS.SHARED_CONTEXT_SENSITIVE