ORDER BY RAND() randomizes the sequence of rows returned by the query. Each execution returns rows in a different random order. Option C correctly describes this behavior. Option B is incorrect because it's the rows that are randomized, not individual columns.