InterviewSolution
Saved Bookmarks
| 1. |
How Can Two Pl/sql Records Be Compared? |
|
Answer» Two RECORDS can be COMPARED by using the equality (comparison) operator for each FIELD of the record. However, the entire record cannot be compared as a whole. Two records can be compared by using the equality (comparison) operator for each field of the record. However, the entire record cannot be compared as a whole. |
|