Multiple choice technology web technology What kind of query standards can be used in hibernate? Native SQL HSQL Both None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation Hibernate supports both Native SQL queries and Hibernate Query Language (HQL, often mistyped as HSQL) for querying database records, giving developers flexibility to write database-independent or database-specific queries.