In a Java application, we can write SQL statements as String
type, and provide them to JDBC.
I heard that the syntax of the SQL statements and the types used in JDBC are not DBMS-specific.
I wonder if the SQL and types used in JDBC try to follow the standard (ANSI) SQL and types?
Thanks.