单项选择题
The human resources department requested an employee report to high light those employees who are due for 30 days 6 months and 1 year evaluation. The higher_data field should display blue text for 30 days employee, a red text for 6 months employees and a green text for one year employees. You created a format trigger on the higher_data field to handle this task. What will happen if the format trigger returns a false value? ()
A.The report execution will be halted.
B.The higher_data file will not be displayed.
C.The record will not be displayed.
D.Nothing will happen.
相关考题
-
单项选择题
YoucreatedareportfromthehumanresourcesdepartmentbasedonallthecolumnsintheEMPtable.Afterviewingthereportusersrequestedthatthecmp_IDcolumnspeersfirstintheoutput.Howwouldyouchangethepositionofthecolumn?()
A.After the query.
B.Enter the report and change the column's position in the field tab.
C.Alter the column's position in the object navigator.
D.Enter the report wizard and change the column's position in the data tab.
E.Alter the column's position within its group and change the layout. -
单项选择题
Theorderentrydepartmentrequestedareporttodisplaytheaveragetimetoenteranorderfromeachorderentryclerksortedbysupervisorwithagroupaverageafterviewingthereportusersrequestedtoboldthevalueforeachsupervisorsgroupaverage.Wherewouldyoumakethischange?()
A.In the template used.
B.In the data model.
C.In the life previewer.
D.In the field property palette. -
单项选择题
Theaccountsreceivabledepartmentrequestedanaccountsstatustoallowuserstoentereitheracustomername,customernumber,customerphonenumberandthendisplaythecustomeroutstandingbalance.Youwanttorestrictthedataretrievedbasedonvaluesenteredbytheusers.Whichwhereclausewouldyouwriteinthequerytoselectstatementtoaccomplishthistask?()
A.&p_where_clause
B.:p_where_clause
C.WHERE CUST_ID=P_CUST_ID or cust_name=:p_cust_name or cust_phone=:p_cust_phone
D.Where cust_ID=&p_custid cust_name=&p_cust_name or cust_phone=&p_cust_phone
