Management has asked you to calculate the value 12*salary* commission_pct for all the employees in the EMP table. The EMP table contains these columns:LAST NAME VARCNAR2(35) NOT NULLSALARY NUMBER(9,2) NOT NULLCOMMISION_PCT NUMBER(4,2)Which statement ensures that a value is displayed in the calculated columns for all employees? ()
A. SELECT last_name, 12*salary* commission_pct FROM emp;
B. SELECT last_name, 12*salary* (commission_pct,0) FROM emp;
C. SELECT last_name, 12*salary*(nvl(commission_pct,0)) FROM emp;
D. SELECT last_name, 12*salary*(decode(commission_pct,0)) FROM emp;
第1题:
The EMPLOYEE tables has these columns:LAST_NAME VARCHAR2(35)SALARY NUMBER(8,2)COMMISSION_PCT NUMBER(5,2)You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column.Which SQL statement displays the desired results? ()
A. SELECT last_name, (salary * 12) * commission_pct FROM EMPLOYEES;
B. SELECT last_name, (salary * 12) * IFNULL(commission_pct, 0) FROM EMPLOYEES;
C. SELECT last_name, (salary * 12) * NVL2(commission_pct, 0) FROM EMPLOYEES;
D. SELECT last_name, (salary * 12) * NVL(commission_pct, 0) FROM EMPLOYEES;
第2题:
YouareanEnterpriseArchitectinalargeITorganization.YourorganizationhasdeployedapplicationsonavarietyofcontainerssuchasWLS,WebSphere,andJBoss.Whywouldyouconsiderconsolidatingonasingletypeofcontainer(insteadofmix)?()
A.Guaranteeofhigherapplicationperformanceandreliabilityifthetransactionsareflowingbetweeninstancesofthesamecontainertype.
B.EasiertobuildaSharedServicesinfrastructurethatcanprovidebestpractices,toolsandexpertisearoundHA/Management....withasingletypeofcontainerthanamixofmultipletypes
C.You’llsaveonhardwarecostswithahomogenousenvironment
D.It’sanecessarystepinourmovetowardadoptingSOA
第3题:
第4题:
SeethebuildinstructionsformanagingCoherenceviaJMXandputthestepsinorder.
()
1.Updateset-env.cmd(orset-env.shifyouarebuildingonUNIX)toreflectyoursystemenvironment.
2.Openacommandshellandexecuteset-env.cmd(orsourceset-env.shifyouarebuildingonUNIX)
3.Runantbuild.
4.Deploythejmx-console.warfilefoundunderthebuilddirectorytoyourapplicationserver.BesuretostartyourapplicationserverJVMwiththenecessaryCoherence
ManagementFrameworkoverrides.Forexample:-Dtangosol.coherence.management=all
5.Toremovebuildartifactsfromyourfilesystem,run’antclean’
第5题:
webbrowser1.document.all(i).tagname
webbrowser1.document.all(i).name
webbrowser1.document.all(i).value