Q. Which instruction can download files from a remote URL?
β
Correct Answer: (C)
ADD
Explanation: `ADD` can fetch files from remote URLs, though `COPY` is preferred for local files.