JavaDeploy
SiteMap
JSP - Servlets
JDBC
EJB Concepts
Entity Beans
JDBC
«Prev
Next»
Intro JDBC
Learning JDBC
JDBC Course Project
JDBC Case Study
JDBC Team
Business Case Conclusion
Distributed Objects
Enterprise Solutions JDBC
System Organization Role
Relational Databases
JDBC/ODBC Relationship
Microsoft API ODBC
SQL Database Processing
JDBC Architectural Models
n-tier Architectural Benefits
JDBC Mechanics
Enterprise Conclusion
JDBC Connection
JDBC URL Connection
JDBC Driver
Driver Types
Driver Manager
Sample JDBC Program
JDBC DBMS Conclusion
Database Tables
Statement Objects
Examining Query Results
Accessing Data Methods
Database Metadata
Obtain Database Content
Prepared Statements
Interface ResultSet
Transaction Methods
Isolation Levels
JDBC Metadata for Database - Quiz
Interacting with Database
The answers you selected are indicated below, along with the text that explains the correct answers.
1.
Why would you use a
Statement
object in the Brazilian Hospital Project?
Please select the best answer.
A.
To send a
ResultSet
to a data source
B.
To send a SQL
Statement
to a data source
C.
To send a scroll command to the cursor
D.
To set a user password
2.
Why would you want to know about the database meta-data in the Brazilian Hospital Project?
Please select the best answer.
A.
To find out information about the database driver, DBMS, table column names, or other information about the hospital databases
B.
To find out if the data contained in a column for each of the doctors and hospitals is accurate
C.
To find out whether the rows and columns in each database are complete
D.
To create the database tables
3. Which of the following methods is used to retrieve database product name from JDBC metadata?
Please select
the best answer
.
A.
getDatabaseProductVersion()
B.
getUserName()
C.
getDatabaseProductName()
D.
getDriverVersion()
Score = 0.0
Your score is 0.0
Submit
Quiz Explanation