单选题jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()A@days B@holidays C@wokdeddays D@businessday

题目
单选题
jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()
A

 @days 

B

 @holidays 

C

 @wokdeddays 

D

 @businessday


相似考题
更多“单选题jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()A  @days B  @holidays C  @wokdeddays D  @businessday”相关问题
  • 第1题:

     Derek has created a view in the sales.nsf db. Derek wants the sales value column in the view to be punctuated to display two decimal places . which one of the following should he do?()

    • A、 use the @function @decimal in the column formula in the view 
    • B、 select decimal on the numbers tab in the view properties box 
    • C、 select decimal on the numbers tab in the column properties box
    • D、 use the @function @decimal to format the value in the field on the form that will display in the view 

    正确答案:C

  • 第2题:

    tommy has created a sales view in his sales.nsf database. Tommy wants negative numbers in the sales number column in the view parenthesis. which one of the following should tommy do?()

    • A、select the parenthesis when negative value in the view properties box 
    • B、select the parenthesis when negative value in the column properties box 
    • C、use the @function @negative to set this in the column formula in the view 
    • D、use a formula to format the value in the field on the form that will be displaying in the view

    正确答案:B

  • 第3题:

    jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()

    • A、 @days 
    • B、 @holidays 
    • C、 @wokdeddays 
    • D、 @businessday

    正确答案:D

  • 第4题:

    You executed the following command in Recovery Manager (RMAN):   RMAN> REPORT NEED BACKUP days 3;   What is the output of this command?()  

    • A、 a list of files that require a backup within three days
    • B、 a list of files requiring more than 3 days of archive logs to apply
    • C、 a list of files that RMAN recommends be backed up only once in every three days,based on low volatility
    • D、 a list of files for which a backup has already been performed in the last three days and which is required to be backed up again based on the high number of transactions performed on them

    正确答案:A

  • 第5题:

    which one of the following best describes the use of hidden column formula?()

    • A、views can be hidden based on a formula 
    • B、hidden columns are not a supported feature 
    • C、table columns can be hidden based on a formula  
    • D、view columns can be displayed or hidden based on a formula 

    正确答案:D

  • 第6题:

    单选题
    which one of the following should cathy use to sort a list?()
    A

     @sort

    B

     @sortlist

    C

     @datasort

    D

     @listorder


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

  • 第7题:

    单选题
    ()in a charter-party are working days on which the weather allows loading work or discharging work to be done.
    A

    Whether working days

    B

    Weather working days

    C

    Running days

    D

    Calendar days


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

  • 第8题:

    单选题
    tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()
    A

    create a view action that has the following formula:@command([create];”video”)

    B

    create a form action that has the following formula:@command([compose];”video”)

    C

    create a view action that has the following formula:@command([compose];”video”)

    D

    create a database action that has the following formula:@command([compose];”video”)


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

  • 第9题:

    单选题
    You issue the following command on the RMAN prompt.   RMAN> REPORT NEED BACKUP DAYS = 5 DATABASE;   Which statement is true about executing this command?()
    A

     It will display a list of files that need incremental backup.

    B

     It will display a list of files that need backup after five days.

    C

     It will display a list of files that were backed up in the last five days.

    D

     It will display a list of files that have not been backed up in the last five days.

    E

     It will apply the current retention policy to determine the files that need to be backed up.


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

  • 第10题:

    单选题
    You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally modified in the EMPLOYEES table. Two days ago, the data was in the correct state. Flashback logs generated during last two days are available in the flash recovery area.  Which option would you choose to bring the data to the correct state while ensuring that no other data in the same table is affected?()
    A

    perform point-in-time recovery

    B

    perform a Flashback Table operation to restore the table to the state it was in two days ago

    C

    perform a Flashback Database operation to restore the database to the state it was in two days ago

    D

    perform Flashback Versions Query and Flashback Transaction Query to determine all the necessary undo SQL statements, and then use them for recovery


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

  • 第11题:

    单选题
    You executed the following command in the Recovery Manager (RMAN): RMAN> REPORT NEED BACKUP days 3; What is the output of this command?()
    A

    A list of files that require a backup within 3 days

    B

    A list of files requiring more than 3 days of archivelogs to apply

    C

    A list of files that RMAN recommends be backed up only once in every three days, based on low volatility

    D

    A list of files for which a backup as already been performed in the last three days and which is required to be backed up again based on the high number of transactions performed on them


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

  • 第12题:

    单选题
    lisa is writing a formula to determine the number of elements in a list. she wants to ensure that a value is returned, even if the value her function is evaluating turns out to be a null string . which one of the following can she so to accomplish this ?()
    A

    use a defaule formula of 1 

    B

    use @elements and add 1 to the total 

    C

    use the @count function instead of @elements 

    D

    use @texttotime to ensure that all strings arte converted to date-time values 


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

  • 第13题:

    which one of the following should cathy use to sort a list?()

    • A、 @sort
    • B、 @sortlist
    • C、 @datasort
    • D、 @listorder

    正确答案:A

  • 第14题:

    tony would like to make it easier for users of the video application to enter new doc using the “video form”, he’d like users to be able to create new “video” doc form within the view. Which one of the following should tony so to build this interface?()

    • A、create a view action that has the following formula:@command([create];”video”)
    • B、create a form action that has the following formula:@command([compose];”video”)
    • C、create a view action that has the following formula:@command([compose];”video”)
    • D、create a database action that has the following formula:@command([compose];”video”)

    正确答案:C

  • 第15题:

    You executed the following command in the Recovery Manager (RMAN):   RMAN> REPORT NEED BACKUP days 3;   What is the output of this command?()  

    • A、 A list of files that require a backup within 3 days
    • B、 A list of files requiring more than 3 days of archivelogs to apply
    • C、 A list of files that RMAN recommends be backed up only once in every three days,based on low volatility
    • D、 A list of files for which a backup as already been performed in the last three days and which is  required to be backed up again based on the high number of transactions performed on them

    正确答案:B

  • 第16题:

    You need to ensure the Order Control team is able to track the number of orders that reach the production department. What should you do?()

    • A、Create a new Time dimension based on the Holiday table. Use derived columns for the month and the year.
    • B、Create a Server Time dimension. Within this dimension, enable the time periods year, month, and date. Select the Additional Manufacturing calendar option.
    • C、Create a new Time dimension based on the date values within the ProductOrderStatus table. Flag those days on which no orders were received as Holiday.
    • D、Create a new Time dimension based on a data source view named query. Derive the data for this data source view from unique dates within the ProductOrderStatus table. Use a subquery to identify the holidays and derived columns for the month and the year.

    正确答案:D

  • 第17题:

    单选题
    Derek has created a view in the sales.nsf db. Derek wants the sales value column in the view to be punctuated to display two decimal places . which one of the following should he do?()
    A

     use the @function @decimal in the column formula in the view 

    B

     select decimal on the numbers tab in the view properties box 

    C

     select decimal on the numbers tab in the column properties box

    D

     use the @function @decimal to format the value in the field on the form that will display in the view 


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

  • 第18题:

    单选题
    helga is working with a multi-value field that has numeric values in a list. she would like to apply a formula to each item in the list, return the list which one of the following @fuctions can she use to accomplish this with one line of code?()
    A

    @transform  

    B

    @Listprocess  

    C

    @processlist 

    D

    @listevaluate


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

  • 第19题:

    单选题
    You need to ensure the Order Control team is able to track the number of orders that reach the production department. What should you do?()
    A

    Create a new Time dimension based on the Holiday table. Use derived columns for the month and the year.

    B

    Create a Server Time dimension. Within this dimension, enable the time periods year, month, and date. Select the Additional Manufacturing calendar option.

    C

    Create a new Time dimension based on the date values within the ProductOrderStatus table. Flag those days on which no orders were received as Holiday.

    D

    Create a new Time dimension based on a data source view named query. Derive the data for this data source view from unique dates within the ProductOrderStatus table. Use a subquery to identify the holidays and derived columns for the month and the year.


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

  • 第20题:

    单选题
    You executed the following command in Recovery Manager (RMAN):   RMAN> REPORT NEED BACKUP days 3;   What is the output of this command?()
    A

     a list of files that require a backup within three days

    B

     a list of files requiring more than 3 days of archive logs to apply

    C

     a list of files that RMAN recommends be backed up only once in every three days,based on low volatility

    D

     a list of files for which a backup has already been performed in the last three days and which is required to be backed up again based on the high number of transactions performed on them


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

  • 第21题:

    单选题
    A server will not power on. Which of the following devices should the administrator use FIRST to determine the problem?()
    A

    Loop back plugs

    B

    Power supply tester

    C

    System logs

    D

    TDR


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

  • 第22题:

    单选题
    jim ,a domino programmer, want to determine the number of working days in a year. Which one of the following formula should he use?()
    A

     @days 

    B

     @holidays 

    C

     @wokdeddays 

    D

     @businessday


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

  • 第23题:

    单选题
    cindy has created a private agent. she wants her colleagues to be able to use it. which one of the following should she do to achieve this?()
    A

     change the agent property to shared 

    B

     copy the agent to a domino 6 server 

    C

     change the agent property to shared code 

    D

     delete the agent. She must create it again as a shared agent


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

  • 第24题:

    单选题
    which one of the following best describes the use of hidden column formula?()
    A

    views can be hidden based on a formula 

    B

    hidden columns are not a supported feature 

    C

    table columns can be hidden based on a formula  

    D

    view columns can be displayed or hidden based on a formula 


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