Thanks, Sudhir. The problem is I don't really understand the question too.
I found the original topic,
https://coderanch.com/t/157746/java-EJB-SCBCD/certification/important-tips-before-taking-exam It is one of the tips in "few important tips before taking exam ", that's why I'm so concern about this question.
EJB-QL:
You should know how to write a query
You should know whats illegal in EJB-QL query
You should know about WHERE , FROM , IN ,AS clauses
You should know about Pathexpressions
You should know about collections
You should know that ejbSelect<Methods>are written in bean class not in home interface
You should know that ejbFind<Methods> are written in home interface
You should know the difference between find and select method
You should be aware of PrimaryKey field, class , type
You should be aware of defining custom composite primary key class and the things it need to contain
You should know that what variables should be part of both PrimaryKey class as well as the cmp bean?
You should know about EJB-QL and Abstract Presistance Schema