Multiple Choice
What is the effect of the following statement?
String productCode = result.getString(1) ;
A) it will return the data in the second column.
B) it will return the data in the first column.
C) it will store the integer 1 as a string in productCode.
D) it will return the name of the column.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: An example of a lightweight database is:<br>A)Oracle<br>B)MS
Q3: Microsoft Access is an example of a:<br>A)Heavyweight
Q4: Database tables store rows that contain the
Q5: What does the following statement do?<br>String prodCode
Q6: In what format does the SQL query
Q7: If your statement has variable parts, you
Q8: Apache Derby is an example of a:<br>A)Heavyweight
Q9: Metadata are _<br>A)data about an object.<br>B)the properties
Q10: Complete the following statement, which inserts rows
Q11: Oracle is an example of a:<br>A)Heavyweight Java