InterviewSolution
Saved Bookmarks
| 1. |
What Are The Optional Clauses In Ejb Ql? |
|
Answer» WHERE and ORDERBY CLAUSES are OPTIONAL in EJB QL where as SELECT and FROM are REQUIRED clauses. WHERE and ORDERBY clauses are optional in EJB QL where as SELECT and FROM are required clauses. |
|