niusouti.com

单选题which one of the following should maria do to display the release date in a text column?()A used the number and time format options B used the @date to text functions to convert time to text C concatenated the date types using mathematical operators D

题目
单选题
which one of the following should maria do to display the release date in a text column?()
A

used the number and time format options 

B

used the @date to text functions to convert time to text 

C

concatenated the date types using mathematical operators 

D

used the @text functions to convert time and number data to text in text columns 


相似考题
参考答案和解析
正确答案: B
解析: 暂无解析
更多“单选题which one of the following should maria do to display the release date in a text column?()A used the number and time format options B used the @date to text functions to convert time to text C concatenated the date types using mathematical operators D ”相关问题
  • 第1题:

    nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()

    • A、use @texttorichtext
    • B、use a richtext title field
    • C、use the @text(fieldname) in the  column formula
    • D、nothing rich text display in the views

    正确答案:D

  • 第2题:

    在Visual FoxPro中,在输出text和endtext语句中有:<< date()>>时, 则会输出date().


    正确答案:错误

  • 第3题:

    jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()

    • A、 the address field is computed 
    • B、 jim should have used a text popup       
    • C、 jim stored the field hint in the database    
    • D、 field hint only display when the user has not clicked in the field (field hint)

    正确答案:D

  • 第4题:

    Which operational mode command can be used to synchronize the local system time with an NTP server?()

    • A、set ntp time 64.32.129.3
    • B、set clock ntp 64.32.129.3
    • C、set time 64.32.129.3
    • D、set date ntp 64.32.129.3

    正确答案:D

  • 第5题:

    Examine the description of the STUDENTS table: STD_ID NUMBER(4) COURSE_ID VARCHARD2(10) START_DATE DATE END_DATE DATE Which two aggregate functions are valid on the START_DATE column?()

    • A、SUM(start_date)
    • B、AVG(start_date)
    • C、COUNT(start_date)
    • D、AVG(start_date, end_date)
    • E、MIN(start_date)
    • F、MAXIMUM(start_date)

    正确答案:C,E

  • 第6题:

    You need to create a table named ORDERS that contains four columns: 1.an ORDER_ID column of number data type 2.a CUSTOMER_ID column of number data type 3.an ORDER_STATUS column that contains a character data type 4.a DATE_ORDERED column to contain the date the order was placed When a row is inserted into the table, if no value is provided for the status of the order, the value PENDING should be used instead. Which statement accomplishes this?()

    • A、CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status NUMBER(10) DEFAULT 'PENDING', date_ordered DATE );
    • B、CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );
    • C、CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );
    • D、CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );
    • E、CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );
    • F、CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered VARCHAR2 );

    正确答案:E

  • 第7题:

    单选题
    Which operational mode command can be used to synchronize the local system time with an NTP server?()
    A

    set ntp time 64.32.129.3

    B

    set clock ntp 64.32.129.3

    C

    set time 64.32.129.3

    D

    set date ntp 64.32.129.3


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

  • 第8题:

    单选题
    when eduar tried open the coming attractions view. he got the following error message: incorrect data type for operator or @function: text expected. What did he do to cause this to happen?()
    A

    entered text in a number field

    B

    neglected to place a formula in a validation event

    C

    neglected to place a formula in a translation event

    D

    combined a text field and a time field in formula


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

  • 第9题:

    单选题
    Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。
    A

    ~/ .rhosts

    B

    $HOME/.netrc

    C

    /etc/hosts.equiv

    D

    /etc/security/user


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

  • 第10题:

    单选题
    nancy used a rich text field on a form to capture data. she would like to display the data in a view. which of the following should she do?()
    A

    use @texttorichtext

    B

    use a richtext title field

    C

    use the @text(fieldname) in the  column formula

    D

    nothing rich text display in the views


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

  • 第11题:

    单选题
    Which operational mode command can be used to synchronize the local system with an NTP server?()
    A

    set ntp time 64.32.129.3

    B

    set clock ntp 64.32.129.3

    C

    set time 64.32.129.3

    D

    set date ntp 64.32.129.3


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

  • 第12题:

    多选题
    Examine the description of the STUDENTS table: STD_ID NUMBER(4) COURSE_ID VARCHARD2(10) START_DATE DATE END_DATE DATE Which two aggregate functions are valid on the START_DATE column?()
    A

    SUM(start_date)

    B

    AVG(start_date)

    C

    COUNT(start_date)

    D

    AVG(start_date, end_date)

    E

    MIN(start_date)

    F

    MAXIMUM(start_date)


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

  • 第13题:

    which one of the following should maria do to display the release date in a text column?()

    • A、used the number and time format options 
    • B、used the @date to text functions to convert time to text 
    • C、concatenated the date types using mathematical operators 
    • D、used the @text functions to convert time and number data to text in text columns 

    正确答案:D

  • 第14题:

    Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。

    • A、~/ .rhosts
    • B、$HOME/.netrc
    • C、/etc/hosts.equiv
    • D、/etc/security/user

    正确答案:B

  • 第15题:

    Which of the following are all valid DB2 data types?()

    • A、LONG VARCHAR, SMALLINT, NUMBER, BLOB
    • B、DECIMAL, DATE, DBCLOB, INTERVAL
    • C、NUMERIC, TIMESTAMP, BYTE, FLOAT
    • D、NUM, TIME, XML, DOUBLE

    正确答案:D

  • 第16题:

    Which operational mode command can be used to synchronize the local system with an NTP server?()

    • A、set ntp time 64.32.129.3
    • B、set clock ntp 64.32.129.3
    • C、set time 64.32.129.3
    • D、set date ntp 64.32.129.3

    正确答案:D

  • 第17题:

    For which action can you use the TO_DATE function? ()

    • A、Convert any date literal to a date
    • B、Convert any numeric literal to a date
    • C、Convert any character literal to a date
    • D、Convert any date to a character literal
    • E、Format '10-JAN-99' to 'January 10 1999'

    正确答案:C

  • 第18题:

    You need to create a table named ORDERS that contain four columns: 1. an ORDER_ID column of number data type 2. aCUSTOMER_ID column of number data type 3. an ORDER_STATUS column that contains a character data type 4. aDATE_ORDERED column to contain the date the order was placed. When a row is inserted into the table, if no value is provided when the order was placed, today's date should be used instead. Which statement accomplishes this?()

    • A、CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);
    • B、CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
    • C、CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
    • D、CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);
    • E、CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);
    • F、CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE DEFAULT SYSDATE);

    正确答案:B

  • 第19题:

    单选题
    Which of the following are all valid DB2 data types?()
    A

    LONG VARCHAR, SMALLINT, NUMBER, BLOB

    B

    DECIMAL, DATE, DBCLOB, INTERVAL

    C

    NUMERIC, TIMESTAMP, BYTE, FLOAT

    D

    NUM, TIME, XML, DOUBLE


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

  • 第20题:

    单选题
    jim has created a field hint for the address field. Users tell him this text disappears when they click in the address field. which one of the following is most likely reason?()
    A

     the address field is computed 

    B

     jim should have used a text popup       

    C

     jim stored the field hint in the database    

    D

     field hint only display when the user has not clicked in the field (field hint)


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

  • 第21题:

    单选题
    You need to create a table named ORDERS that contain four columns: 1. an ORDER_ID column of number data type 2. aCUSTOMER_ID column of number data type 3. an ORDER_STATUS column that contains a character data type 4. aDATE_ORDERED column to contain the date the order was placed. When a row is inserted into the table, if no value is provided when the order was placed, today's date should be used instead. Which statement accomplishes this? ()
    A

    CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);

    B

    CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);

    C

    CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);

    D

    CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);

    E

    CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);

    F

    CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE DEFAULT SYSDATE);


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

  • 第22题:

    单选题
    You need to create a table named ORDERS that contains four columns: 1.an ORDER_ID column of number data type 2.a CUSTOMER_ID column of number data type 3.an ORDER_STATUS column that contains a character data type 4.a DATE_ORDERED column to contain the date the order was placed When a row is inserted into the table, if no value is provided for the status of the order, the value PENDING should be used instead. Which statement accomplishes this?()
    A

    CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status NUMBER(10) DEFAULT 'PENDING', date_ordered DATE );

    B

    CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );

    C

    CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );

    D

    CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );

    E

    CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );

    F

    CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered VARCHAR2 );


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

  • 第23题:

    单选题
    In the video form. the OrderDate field (Which shows When the video may be ordered)is calculated based on the Date field (Which displays the release date ). The order date is 30 days prior to  the release date. Which one the following formulas will calculate the OrderDate value?()
    A

    @Number(Date)-30       

    B

    @Adjust(Date;0;0;30;0;0;0) 

    C

    @Adjust(Date;0;0;-30;0;0;0) 

    D

    @If(Date!=;Date-30;@Failure(There is no current release date)) 


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