Interview Guides

You are given a table of Veeva Vault document records. Write a SQL query to return the document_id, document_name, owner_name, and status for records where the document status is 'Open' and the owner is 'Priya Shah'. Sort the result by document_id in ascending order.