Which statement is correct about the Java Persistence API support for the SQL queries?

Which statement is correct about the Java Persistence API support for the SQL queries?




a. SQL queries are NOT allowed to use parameters.
b. The result of a SQL query is not limited to entities
c. Only SELECT SQL queries are required to be supported
d. SQL queries are expected to be portable across database






Answer: B


Learn More :