Which of the following describes the objects of a DB2 database and their relationships?()A.InstanceB.Table spaceC.System catalogD.Schema repository

题目
Which of the following describes the objects of a DB2 database and their relationships?()

A.Instance

B.Table space

C.System catalog

D.Schema repository


相似考题

4.You are a database administrator in the Los Angeles branch office of a specialty foods supplier. A mainframe. database at the headquarters contains all company data. Each branch office contains a SQL Server 2000 computer that imports regional data from the mainframe. database.The server in Los Angeles contains a Data Transformation Services (DTS) package that uses OLE DB to connect to the company's mainframe. database. The DTS package extracts and transforms data about buyers and products for that region. The DTS package then writes the data to the SQL Server database in Los Angeles.You need to configure a SQL Server computer for the new branch office in Sydney. You want to copy the Los Angeles package and modify it so that it writes data to the SQL Server database in Sydney.You use the DTS Designer to modify the DTS package so that it imports regional data from the mainframe. database to the server in Sydney. The modified DTS package runs successfully on the server in Los Angeles. You save this DTS package to the server in Sydney, but the server in Sydney cannot connect to the mainframe. database.You want to enable the server in Sydney to connect to the mainframe. database. What should you do?A.Change the connection properties in the DTS package so that the package uses new login credentials to connect to the mainframe. database.B.Modify the workflow in the DTS package so that the server in Sydney is included.C.On the server in Sydney, install an OLE DB provider for the mainframe. database.D.On the server in Sydney, delete and then re-create the DTS package.

参考答案和解析
参考答案:C
更多“Which of the following describes the objects of a DB2 database and their relationships?() ”相关问题
  • 第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题:

    This poem depicts the beautiful scenery of a town in the South.

    A: praises
    B: writes
    C: imitates
    D: describes

    答案:D
    解析:
    句意为:这首诗描写的是南方一个小城镇的美景。depict和describe是同义词,都是“描写”的意思,praise意为“表扬、赞美” ; imitate意为“模仿”。

  • 第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题:

    Youhavecreatedascriptintherecoverycatalogcalledbackup_database.Whichofthefollowingcommandswouldsuccessfullyexecutethatscript?()

    A.run{openscriptbackup_database;runscriptbackup_database}

    B.run{engagescriptbackup_database;}

    C.run{runscriptbackup_database;}

    D.Run{executescriptbackup_database;}

    E.Thenamebackup_databaseisaninvalidnameforanRMANscript.TryingtorunitfromRMAN wouldresultinanerror.


    参考答案:D

  • 第5题:

    She read a poem which depicts the splendor of the sunset.

    A:declares
    B:asserts
    C:announces
    D:describes

    答案:D
    解析:
    本句意思:她读了一首描绘落日壮观景象的诗。depict描绘,描画。describe描写;de- clare宣告;assert断言;announce宣布,发表。

  • 第6题:

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

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

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

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

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


    手写