A
B
C
D
E
第1题:
A.A
B.B
C.C
D.D
E.E
第2题:
Click the Exhibit button and examine the data from the ORDERS and CUSTOMERS tables.Evaluate the SQL statement:SELECT *FROM ordersWHERE cust_id = (SELECT cust_idFROM customersWHERE cust_name = ‘Smith‘);What is the result when the query is executed?()
A.A
B.B
C.C
D.D
E.E
第3题:
A.A
B.B
C.C
D.D
E.E
第4题:
boolean bool = true; if(bool = false) { System.out.println(“a”); } else if (bool) { System.out.println(“c”); } else if (!bool) { System.out.println(“c”); } else { System.out.println(“d”); } What is the result?()
第5题:
第6题:
A.A
B.B
C.C
D.D
E.E
第7题:
A.A
B.B
C.C
D.D
E.E
第8题:
A.A
B.B
C.C
D.D
E.E
第9题:
第10题:
A
B
C
D
E