InterviewSolution
| 1. |
How Does Hsqldb Compare To Other Rdbms Engines In Sql Support / Jdbc Support? |
|
Answer» HSQLDB has very EXTENSIVE support for SQL-92, SQL-1999 and SQL-2011. This support nearly matches the Advanced level of the old SQL-92 Standard and the Core level of the new Standard, plus 150 OPTIONAL features. SQL support is more extensive than all open-source database products and INCLUDES features that are not yet SUPPORTED in most closed-source, commercial products. JDBC support is comprehensive and extends to all the features that are supported by the core SQL CAPABILITIES of the engine. HSQLDB has very extensive support for SQL-92, SQL-1999 and SQL-2011. This support nearly matches the Advanced level of the old SQL-92 Standard and the Core level of the new Standard, plus 150 optional features. SQL support is more extensive than all open-source database products and includes features that are not yet supported in most closed-source, commercial products. JDBC support is comprehensive and extends to all the features that are supported by the core SQL capabilities of the engine. |
|