CURSOR c_employees IS SELECT first_name,last_name FROM employees; -- TYPE ndt_list IS TABLE OF employees.first_name%TYPE; TYPE ndt_list IS TABLE OF c_employees%ROWTYPE; ...
4.2-nested-macro-row-column-differences.sql create a nested macro to compare row and column differences cannot reuse find_row_differences macro the only option is to reproduce the comparison codefrom ...