InterviewSolution
Saved Bookmarks
| 1. |
Explain The Use Of The Where Clause? |
|
Answer» It directs DB2 to EXTRACT data from rows where the VALUE of the COLUMN is the same as the CURRENT value of the host VARIABLE. It directs DB2 to extract data from rows where the value of the column is the same as the current value of the host variable. |
|