How to perform 'Fetch All Rows' in SQL.
-- Task: Fetch All Rows
-- Language: SQL
CREATE PROCEDURE fetch_all_rows() BEGIN
-- Implementation for Fetch All Rows
DECLARE result = ...; -- Initialize variable
-- TODO: Implement core logic here
-- Step 1: Prepare data
-- Step 2: Process Fetch All Rows
SELECT("Done");
END