Read task by ID
Reads detailed information about a specific task identified by its ID. This retrieves the task description, owner, and status.
Use the WHERE id=... clause to filter for a single task record. Replace 111112345 with the task ID.
SELECT * FROM Tasks WHERE id=111112345