单选题Which command will create a group called ‘delivery’and set the administrators to john’ and ‘mary’?()A mkgroup -A=john,mary deliveryB groupadd -A=john,mary deliveryC mkgroup adms=john,mary deliveryD groupadd adms=john,mary delivery

题目
单选题
Which command will create a group called ‘delivery’and set the administrators to john’ and ‘mary’?()
A

mkgroup -A=john,mary delivery

B

groupadd -A=john,mary delivery

C

mkgroup adms=john,mary delivery

D

groupadd adms=john,mary delivery


相似考题
更多“单选题Which command will create a group called ‘delivery’and set the administrators to john’ and ‘mary’?()A mkgroup -A=john,mary deliveryB groupadd -A=john,mary deliveryC mkgroup adms=john,mary deliveryD groupadd adms=john,mary delivery”相关问题
  • 第1题:

    Last Saturday ___________________ had a picnic in Beiquan Park.

    A、John, Mary and me

    B、John, Mary and I

    C、John, I and Mary

    D、 I, John and Mary


    参考答案:A

  • 第2题:

    Which command will create a group called ‘delivery’and set the administrators to john’ and ‘mary’?()

    A.mkgroup -A=john,mary delivery

    B.groupadd -A=john,mary delivery

    C.mkgroup adms=john,mary delivery

    D.groupadd adms=john,mary delivery


    参考答案:C

  • 第3题:

    John is collaborating with Mary in writing an article.

    A:cooperating
    B:marrying
    C:combining
    D:arguing

    答案:A
    解析:

  • 第4题:

    Mary:How do you like the idea of having a picnic this Saturday?
    John:Wonderful.But?56?
    Mary:What about the Blue Mountain?It′s quite cool there.
    John:That′s a good idea.Shall we invite Michael and his girlfriend to go with us?
    Mary:Sure!It would?57?to have them with us.
    John:Good!58?
    Mary:You could buy some drinks and sandwiches.And some fruit,too.
    John:OK.59?
    Mary:How about 8 o′clock in the morning?It takes about two hours to get there.
    John:OK.I′ll call Michael and tell him about our plan.We sure will?60.

    第60题的答案是()

    A.When shall we set off
    B.What is the time
    C.have a wonderful time
    D.start packing
    E.be great fun
    F.What could I get
    G.What should I take
    H.where to

    答案:A
    解析:

  • 第5题:

    Draw a labeled constituent structure tree diagram for each of the following sentences: 1) The student likes the new linguistics professor. 2) John suggested Mary take the linguistics class.
    1)The student likes the new linguistics professor.
    2)John suggested (that) Mary take the linguistics class.

  • 第6题:

    John and Mary()for years before they got married.

    • A、had been in love
    • B、had broken up
    • C、had separated
    • D、had been divorced

    正确答案:A

  • 第7题:

    REVOKE CREATET ABLE,CREATE DEFAULT FROM Mary,John 这个SQL语句表示()

    • A、修改表名
    • B、修改表的列类型
    • C、收回相应权限
    • D、授予相应权限

    正确答案:C

  • 第8题:

    Which command will create a group called ’delivery’ and set the administrators to ’john’ and ’mary’?()  

    • A、mkgroup -A=john,mary delivery
    • B、groupadd -A=john,mary delivery
    • C、mkgroup adms=john,mary delivery
    • D、groupadd adms=john,mary delivery

    正确答案:C

  • 第9题:

    You are the network administrator for your company. The network consists of a single Active Directory domain. User and group objects for the sales department are located in an organizational unit (OU) named Sales.  Peter and Mary are administrators for your company. Peter is responsible for managing Sales user objects. Mary is responsible for managing Sales group objects.  You need to delegate Peter and Mary control over only the objects for which they are responsible.  What should you do?()

    • A、 In the Sales OU, create two new OUs. Name one OU SalesUsers and place all user objects for the sales department in this OU. Name the other OU SalesGroups and place all group objects for the sales department in this OU. Grant Peter and Mary full control over the Sales OU.
    • B、 On the Sales OU, grant Peter the right to manage user objects. On the Sales OU, grant Mary the right to manage group objects.
    • C、 In the Sales OU, create a new OU. Name this OU SalesGroups. Place all Sales groups in theSalesGroups OU.Grant Peter the right to manage all objects in the Sales OU. Grant Mary the right to manage all objects in the SalesGroups OU.
    • D、 On the Sales OU, deny Peter the right to manage group objects. On the Sales OU, deny Mary the right to manage user objects.

    正确答案:B

  • 第10题:

    单选题
    John and Mary()for years before they got married.
    A

    had been in love

    B

    had broken up

    C

    had separated

    D

    had been divorced


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES,DEPARTMENTS, and LOCATIONS tables. She granted SELECT privilege to Scott on this view. Which option enables Scott to eliminate the need to qualify the view with the name MARY .EMP_DEP_LOC_VU each time the view is referenced? ()
    A

    Scott can create a synonym for the EMP_DEPT_LOC_VU bus using the command: CREATE PRIVATE SYNONYM EDL_VU FOR mary. EMP DEPT_LOC_VU; then he can prefix the columns with this synonymn.

    B

    Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command: CREATE SYNONYM EDL_VU FOR mary. EMP DEPT_LOC_VU; then he can prefix the columns with this synonym.

    C

    Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command: CREATE LOCAL SYNONYM EDL_VU FOR mary. EMP DEPT_LOC_VU; then he can prefix the columns with this synonym.

    D

    Scott cannot create a synonym because synonyms can be created only for tables.

    E

    Scott cannot create any synonym for Mary's view. Mary should create a private synonym for the view and grant SELECT privilege on that synonym to Scott.


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    REVOKE CREATET ABLE,CREATE DEFAULT FROM Mary,John 这个SQL语句表示()
    A

    修改表名

    B

    修改表的列类型

    C

    收回相应权限

    D

    授予相应权限


    正确答案: B
    解析: 暂无解析

  • 第13题:

    YouaretestingacomponentthatserializestheMeetingclassinstancessothattheycanbesavedtothefilesystem.TheMeetingclasshasthefollowingdefinition:

    Thecomponentcontainsaprocedurewiththefollowingcodesegment.

    MeetingmyMeeting=newMeeting("Goals");

    myMeeting.roomNumber=1100;

    string[]attendees=newstring[2]{"John","Mary"};

    myMeeting.invitees=attendees;

    XmlSerializerxs=newXmlSerializer(typeof(Meeting));

    StreamWriterwriter=newStreamWriter(@"C:\Meeting.xml");

    xs.Serialize(writer,myMeeting);

    writer.Close();

    YouneedtoidentifytheXMLblockthatiswrittentotheC:\Meeting.xmlfileasaresultofrunningthisprocedure.WhichXMLblockrepresentsthecontentthatwillbewrittentotheC:\Meeting.xmlfile?()


    参考答案:B

  • 第14题:

    Both Mary and John are students.(改为否定句)


    正确答案:
    7. Neither Mary rior John is a student.

  • 第15题:

    John is collaborating with Mary in writing an article.

    A:cooperating
    B:marrying
    C:combining
    D:arguing

    答案:A
    解析:

  • 第16题:

    Last Sunday had a picnic in Beihai Park.

    A.John,Mary and me
    B.John,I and Mary
    C.John,Mary and I
    D.I,John and Mary

    答案:C
    解析:

  • 第17题:

    Joan is () sister.

    • A、Mary and Jack
    • B、Mary’s and Jack’s
    • C、Mary’s and Jack
    • D、Mary and Jack’s

    正确答案:D

  • 第18题:

    在Mary的方案中已经存在“客户”表。应使用哪条语句来为所有数据库用户创建一个“客户”表的同义词()

    • A、CREATE PUBLIC SYNONYM cust ON mary.客户
    • B、CREATE PUBLIC SYNONYM cust FOR mary.客户
    • C、CREATE SYNONYM cust ON mary.客户FORPUBLIC
    • D、CREATE SYNONYM cust ON mary.客户;GRANT SELECT ON cust TO PUBLIC

    正确答案:B

  • 第19题:

    下列哪些表达式返回的是true()。

    • A、"john"=="john"
    • B、"john".equals("john")
    • C、"john"="john"
    • D、"john".equals(newButton("john"))

    正确答案:A,B

  • 第20题:

    Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She granted SELECT privilege to Scott on this view. Which option enables Scott to eliminate the need to qualify the view with the name MARY .EMP_DEP_LOC_VU each time the view is referenced?()

    • A、Scott can create a synonym for the EMP_DEPT_LOC_VU bus using the command:   CREATE PRIVATE SYNONYM EDL_VU   FOR mary.EMP DEPT_LOC_VU;   then he can prefix the columns with this synonymn.
    • B、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE SYNONYM EDL_VU   FOR mary.EMP_DEPT_LOC_VU;   then he can prefix the columns with this synonym.
    • C、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE LOCAL SYNONYM EDL_VU   FOR mary.EMP DEPT_LOC_VU;   then he can prefix the columns with this synonym.
    • D、Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE SYNONYM EDL_VU   ON mary(EMP_DEPT_LOC_VU);   then he can prefix the columns with this synonym.
    • E、Scott cannot create a synonym because synonyms can be created only for tables.
    • F、Scott cannot create any synonym for Mary’s view. Mary should create a private ynonym for the view and grant SELECT privilege on that synonym to Scott.

    正确答案:B

  • 第21题:

    单选题
    Which command will create a group called ’delivery’ and set the administrators to ’john’ and ’mary’?()
    A

    mkgroup -A=john,mary delivery

    B

    groupadd -A=john,mary delivery

    C

    mkgroup adms=john,mary delivery

    D

    groupadd adms=john,mary delivery


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    Mary has a view called EMP_DEPT_LOC_VU that was created based on the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables. She granted SELECT privilege to Scott on this view. Which option enables Scott to eliminate the need to qualify the view with the name MARY .EMP_DEP_LOC_VU each time the view is referenced?()
    A

    Scott can create a synonym for the EMP_DEPT_LOC_VU bus using the command:   CREATE PRIVATE SYNONYM EDL_VU   FOR mary.EMP DEPT_LOC_VU;   then he can prefix the columns with this synonymn.

    B

    Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE SYNONYM EDL_VU   FOR mary.EMP_DEPT_LOC_VU;   then he can prefix the columns with this synonym.

    C

    Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE LOCAL SYNONYM EDL_VU   FOR mary.EMP DEPT_LOC_VU;   then he can prefix the columns with this synonym.

    D

    Scott can create a synonym for the EMP_DEPT_LOC_VU by using the command:   CREATE SYNONYM EDL_VU   ON mary(EMP_DEPT_LOC_VU);   then he can prefix the columns with this synonym.

    E

    Scott cannot create a synonym because synonyms can be created only for tables.

    F

    Scott cannot create any synonym for Mary’s view. Mary should create a private ynonym for the view and grant SELECT privilege on that synonym to Scott.


    正确答案: F
    解析: 暂无解析

  • 第23题:

    单选题
    You are the network administrator for your company. The network consists of a single Active Directory domain. User and group objects for the sales department are located in an organizational unit (OU) named Sales.  Peter and Mary are administrators for your company. Peter is responsible for managing Sales user objects. Mary is responsible for managing Sales group objects.  You need to delegate Peter and Mary control over only the objects for which they are responsible.  What should you do?()
    A

     In the Sales OU, create two new OUs. Name one OU SalesUsers and place all user objects for the sales department in this OU. Name the other OU SalesGroups and place all group objects for the sales department in this OU. Grant Peter and Mary full control over the Sales OU.

    B

     On the Sales OU, grant Peter the right to manage user objects. On the Sales OU, grant Mary the right to manage group objects.

    C

     In the Sales OU, create a new OU. Name this OU SalesGroups. Place all Sales groups in theSalesGroups OU.Grant Peter the right to manage all objects in the Sales OU. Grant Mary the right to manage all objects in the SalesGroups OU.

    D

     On the Sales OU, deny Peter the right to manage group objects. On the Sales OU, deny Mary the right to manage user objects.


    正确答案: B
    解析: 暂无解析

  • 第24题:

    单选题
    Breaking Mary’s doll was purely _____. John didn’t mean to do it.
    A

    incidental

    B

    accidental

    C

    occasion

    D

    opportunity


    正确答案: A
    解析:
    句意:打碎玛丽的洋娃娃完全是个意外;约翰不是有意这样做的。incidental意为“伴随发生的,非主要的”;accidental意为“意外的,偶然发生的”。此题应添加一个形容词,而occasion和opportunity都为名词,所以错误。