A database driver that claims to be JDBC Compliant must support at least which of
the following ANSI SQL capabilities?
A.
ANSI SQL 90
B.
ANSI SQL 91
C.
ANSI SQL 92
D.
ANSI SQL 93
E.
ANSI SQL 94
Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/ To allow the most flexibility to work with variousdatabases and data sources, JDBC places no restriction on the kinds of SQL
statements that a Statement can send. In fact, if the data source can understand it
(and this is a programmer responsibility ., the statements don’t even have to be
SQL, which raises some interesting possibilities. However, a driver that claims to be
JDBC Compliant must support at least ANSI SQL-92 Entry Level capabilities.