Skip to content
DEP
Developing Code for Data Processing using Python and SQL
easy
Question 4 of 44

Which SQL syntax correctly queries a Delta table named sales at version 5?

ASELECT * FROM sales VERSION AS OF 5
BSELECT * FROM sales AT VERSION 5
CSELECT * FROM sales TIMESTAMP AS OF 5
DSELECT * FROM sales HISTORY 5

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion