Valid 1Z0-898 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-898 Exam! ExamDiscuss.com now offer the newest 1Z0-898 exam dumps, the ExamDiscuss.com 1Z0-898 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-898 dumps with Test Engine here:
Which statement is correct about the Java Persistence API support for the SQL queries?
Correct Answer: C
Explanation/Reference: The Java Persistence Query Language (JPQL) is a platform-independent object-oriented query language defined as part of the Java Persistence API (JPA) specification. In addition to retrieving objects (SELECT queries), JPQL supports set based UPDATE and DELETE queries. Incorrect: Not B: EntityManager API offers methods for creating instances of Query for executing native SQL statements. The most important thing to understand about native SQL queries created with EntityManager methods is that they, like JPQL queries, return entity instances, rather than database table records. Reference: Querying JPA Entities with JPQL and Native SQL
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
The correct answer is B