Oracle
1Z0-805 · Question #70
What is the minimum SQL standard that a JDBC API implementation must support?
The correct answer is A. SQL-92. JDBC sets minimum SQL conformance to the SQL92 entry level SQL standard. This gives guaranteed wide portability for applications designed to run on many platforms.
Building Database Applications with JDBC
Question
What is the minimum SQL standard that a JDBC API implementation must support?
Options
- ASQL-92
- BSQL 99
- CSQL-2003
- DJDBC 4.0
How the community answered
(35 responses)- A80% (28)
- B11% (4)
- C3% (1)
- D6% (2)
Explanation
JDBC sets minimum SQL conformance to the SQL92 entry level SQL standard. This gives guaranteed wide portability for applications designed to run on many platforms.
Topics
#SQL-92#JDBC standard#SQL compliance#JDBC API
Community Discussion
No community discussion yet for this question.