Question: 123 need help with these questions in java :D Match the JDBC driver type to its definition Question 7 options: a translates JDBC to ODBC
123 need help with these questions in java :D
Match the JDBC driver type to its definition
Question 7 options:
|
|
8.What is the principal benefit of structuring a relational database so that tables are joined to generate result sets?
a.it avoids unnecessary duplication of data
b.it produces more accurate query results
c.it results in increased database size
d.it enables query submission using HTTP
9.What type of vulnerability is commonly produced by concatenating user input as part of a SQL query?
a.none of these
b.SQL injection
c.stack smashing
d.PCI violation
e.password cracking
10.true or false? Using a PreparedStatement has no performance benefit compared to using a Statement.
11.The differences between a ResultSet and a RowSet are best described by which of the following statements?
a.The RowSet is tied to a database connection and consumes considerable memory and database resources while a ResultSet is not tied to a database and consumes less memory and no database resources.
b.There are no meaningful differences between a ResultSet and a RowSet.
c. none of these
d. The ResultSet provides faster access to results than the RowSet, but the ResultSet is more complex to manipulate.
e. The ResultSet is tied to a database connection and consumes considerable memory and database resources while a RowSet is not tied to a database and consumes less memory and no database resources.
12.If a database transaction fails part way through, it can be
a.none of these
b.eliminated
c.discarded
d.rolled back
e.frozen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
