Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How do SQL queries process text and binary files differently when involving file data?
A
Text files generate a column with a string value for each line, while binary files have columns for path, modification time, length, and content.
B
Binary files generate a column with a string value for each line, whereas text files have columns for path, modification time, length, and content.
C
Text and binary files both generate columns for path, modification time, length, and content.
D
Text files create a single column for each byte of data, whereas binary files create a column for each bit.