奥鹏17春吉大16秋学期《数据库应用技术》在线作业一一、单选题(共25道试题,共100分
对于UNIX和Intel平台上的数据库应用,如果需要存取OS/400、VM/VSE和OS/390系统上的数据库,需要DB2哪种产品的支持
DB2ConnectB
DB2DataPropagatorC
DB2Net
DB2DataJoinerE
DB2RelationalConnect正确答案:2
AcursorisdeclaredwiththeWITHHOLDoption
Whichofthefollowingstatementsisalwaystrue
ThecursorwillremainopenafteraCOMMIT
AllrowsretrievedarelockeduntilaCOMMIT
ACOMMITwillnotbealloweduntilthecursorisclosed
LocksobtainedbythecursorwillbekeptafteraCOMMIT
正确答案:3
发人员开发访问后台AIX上的DB2的windows程序,需要在windows开发平台上安装:A
DB2运行时间客户端B
DB2管理客户端C
DB2应用程序开发客户端D
DB2瘦客户端正确答案:4
Giventhefollowingtable:TestTableC1-----------12345AndifthefollowingCLIcallsaremade:SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&henv);SQLSetEnvAttr(henv,SQL_ATTR_ODBC_VERSION,(SQLPOINTER)SQL_OV_ODBC3,0);SQLAllocHandle(SQL_HANDLE_DBC