used the number and time format options
used the @date to text functions to convert time to text
concatenated the date types using mathematical operators
used the @text functions to convert time and number data to text in text columns
第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?()
第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?()
第4题:
Which operational mode command can be used to synchronize the local system time with an NTP server?()
第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?()
第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?()
第7题:
set ntp time 64.32.129.3
set clock ntp 64.32.129.3
set time 64.32.129.3
set date ntp 64.32.129.3
第8题:
entered text in a number field
neglected to place a formula in a validation event
neglected to place a formula in a translation event
combined a text field and a time field in formula
第9题:
~/ .rhosts
$HOME/.netrc
/etc/hosts.equiv
/etc/security/user
第10题:
use @texttorichtext
use a richtext title field
use the @text(fieldname) in the column formula
nothing rich text display in the views
第11题:
set ntp time 64.32.129.3
set clock ntp 64.32.129.3
set time 64.32.129.3
set date ntp 64.32.129.3
第12题:
@Number(Date)-30
@Adjust(Date;0;0;30;0;0;0)
@Adjust(Date;0;0;-30;0;0;0)
@If(Date!=;Date-30;@Failure(There is no current release date))
第13题:
which one of the following should maria do to display the release date in a text column?()
第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()。
第15题:
Which of the following are all valid DB2 data types?()
第16题:
Which operational mode command can be used to synchronize the local system with an NTP server?()
第17题:
For which action can you use the TO_DATE function? ()
第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?()
第19题:
LONG VARCHAR, SMALLINT, NUMBER, BLOB
DECIMAL, DATE, DBCLOB, INTERVAL
NUMERIC, TIMESTAMP, BYTE, FLOAT
NUM, TIME, XML, DOUBLE
第20题:
the address field is computed
jim should have used a text popup
jim stored the field hint in the database
field hint only display when the user has not clicked in the field (field hint)
第21题:
CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);
CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE DEFAULT SYSDATE);
CREATE OR REPLACE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status VARCHAR2 (10), date_ordered DATE = SYSDATE);
CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE = SYSDATE);
CREATE TABLE orders ( order_id NUMBER (10), customer_id NUMBER (8), order_status NUMBER (10), date_ordered DATE DEFAULT SYSDATE);
第22题:
CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status NUMBER(10) DEFAULT 'PENDING', date_ordered DATE );
CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );
CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );
CREATE OR REPLACE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) = 'PENDING', date_ordered DATE );
CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered DATE );
CREATE TABLE orders ( order_id NUMBER(10), customer_id NUMBER(8), order_status VARCHAR2(10) DEFAULT 'PENDING', date_ordered VARCHAR2 );
第23题:
used the number and time format options
used the @date to text functions to convert time to text
concatenated the date types using mathematical operators
used the @text functions to convert time and number data to text in text columns
第24题:
SUM(start_date)
AVG(start_date)
COUNT(start_date)
AVG(start_date, end_date)
MIN(start_date)
MAXIMUM(start_date)