考题
7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His
考题
Nice to meet____(your).
考题
What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you
考题
package com.company.application;public class MainClass{public static void main(String[]args){}}And Main Class exists in the/apps/com/company/application directory.Assume the CLASSPATH environment variable is set to.”(currentdirectory).Which two java commands entered at the command line will run MainClass()A.java MainClass if run from the/apps directoryB.javacom.company.application.MainClass if run from the/apps directoryC.java-classpath/appscom.company.application.MainClass if run fro many directoryD.java-classpath.MainClass if run fromt he/apps/com/company/application directoryE.java-classpath/apps/com/company/application:.MainClass if run from the/apps directoryF.javacom.company.application.MainClassifrunfromthe/apps/com/company/application directory
考题
packagecom.company.application;publicclassMainClass{publicstaticvoidmain(String[]args){}}AndMainClassexistsinthe/apps/com/company/applicationdirectory.AssumetheCLASSPATHenvironmentvariableissetto.(currentdirectory).WhichtwojavacommandsenteredatthecommandlinewillrunMainClass?()A.javaMainClassifrunfromthe/appsdirectoryB.javacom.company.application.MainClassifrunfromthe/appsdirectoryC.java-classpath/appscom.company.application.MainClassifrunfromanydirectoryD.java-classpath.MainClassifrunfromthe/apps/com/company/applicationdirectoryE.java-classpath/apps/com/company/application:.MainClassifrunfromthe/appsdirectoryF.javacom.company.application.MainClassifrunfromthe/apps/com/company/applicationdirectory
考题
YouareworkingasaDBAonOracleDatabase9i.Youplantoupgradeyour9idatabasetoOracle10g.Tobefamiliarwiththenewdatabasetechnology,youdecidetoinstallOracleDatabase10gonyourworkstationathome.Youcreateageneralpurposedatabase.Aftertheinstallation,youmakethefollowingchangesinyourinitializationparameterfile:LOG_ARCHIVE_DEST_1=’LOCATION=USE_DB_RECOVERY_FILE_DEST’DB_RECOVERY_FILE_DEST=’LOCATION=d:\product\10.1.0\flash_recovery_area’DB_RECOVERY_FILE_DEST_SIZE=10gWherearethearchivedredologsstoredforyourdatabase?()
考题
Examine the structure of the EMPLOYEES, DEPARTMENTS, and LOCATIONS tables.EMPLOYEESNOT NULL,EMPLOYEE_ID NUMBERPrimary KeyVARCHAR2EMP_NAME(30)VARCHAR2JOB_ID(20)SALARY NUMBERReferencesMGR_ID NUMBEREMPLOYEE_IDcolumnDEPARTMENT_ID NUMBER Foreign key toDEPARTMENT_IDcolumn of theDEPARTMENTStableDEPARTMENTSNOT NULL, PrimaryDEPARTMENT_ID NUMBERKeyVARCHAR2DEPARTMENT_NAME(30)References NGR_IDMGR_ID NUMBERcolumn ofthe EMPLOYEES tableForeign key toLOCATION_ID NUMBERLOCATION_IDcolumn of theLOCATIONS tableLOCATIONSNOT NULL, PrimaryLOCATION_ID NUMBERKeyVARCHAR2CITY|30)Which two SQL statements produce the name, department name, and the city of all the employees who earn more then 10000?()A. SELECT emp_name, department_name, city FROM employees e JOIN departments d USING (department_id) JOIN locations 1 USING (location_id) WHERE salary 10000;B. SELECT emp_name, department_name, city FROM employees e, departments d, locations 1 JOIN ON (e.department_id = d.department id) AND (d.location_id =1.location_id) AND salary 10000;C. SELECT emp_name, department_name, city FROM employees e, departments d, locations 1 WHERE salary 10000;D. SELECT emp_name, department_name, city FROM employees e, departments d, locations 1 WHERE e.department_id = d.department_id AND d.location_id = 1.location_id AND salary 10000;E. SELECT emp_name, department_name, city FROM employees e NATURAL JOIN departments, locations WHERE salary 10000;
考题
Youneedtodesignaconfigurationforthemailboxservers.Whatshouldyoudo?()
A.CreatetwoExchangeServer2003computers.Placethemailboxesformainofficeusersononeserver,andplacethemailboxesforremoteusersontheotherserverB.CreateaNetworkLoadBalancingclusterthatcontainstwoExchangeServer2003computers.Placehalfoftheusermailboxesononeserver,andplacehalfoftheusermailboxesontheotherserverC.CreateaMicrosoftClusterServerclusterthatcontainstwoExchangeServer2003computers.PlacealloftheusermailboxesononeserverandconfiguretheotherserverasafailovernodeD.CreateaMicrosoftClusterServerclusterthatcontainstwoExchangeServer2003computers.Placehalfoftheusermailboxesononeserver,andplacehalfoftheusermailboxesontheotherserver
考题
[A]districts [B]vicinities [C]resorts [D]locations
考题
( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us