Which of the following is the way to sort a varchar column that contains numbers in numeric sequence? In the order by clause.
a) ORDER BY column_name ASC
b) ORDER BY column_name DESC
c) ORDER BY CAST(column_name AS INTEGER)
d) ORDER BY LENGTH(column_name)

Respuesta :

Q&A Education