InterviewSolution
Saved Bookmarks
| 1. |
Can You Selectively Load Only Those Records That You Need? |
|
Answer» Yes, you can USE the WHEN clause to SPECIFY the selection criteria. However, it does not ALLOW you to use the OR clause; INSTEAD, you can only use the AND clause. Yes, you can use the WHEN clause to specify the selection criteria. However, it does not allow you to use the OR clause; instead, you can only use the AND clause. |
|