How to perform 'Fetch All Rows' in Ada.
-- Task: Fetch All Rows
-- Language: Ada
procedure fetch_all_rows() is begin
-- Implementation for Fetch All Rows
-- TODO: Implement core logic here
-- Step 1: Prepare data
-- Step 2: Process Fetch All Rows
Put_Line("Done");
end;