iloading2683 iloading2683
  • 04-03-2018
  • Computers and Technology
contestada

You use the ____ clause to list data in a specific order.â

Respuesta :

Diatonic254
Diatonic254 Diatonic254
  • 14-03-2018
ORDER BY clause.

In a SELECT statement, this SQL clause is used to sort result set based data on several columns in a descending or an ascending order. The default syntax for using this clause to sort data is shown as below:

SELECT column-list
FROM table_name [WHERE condition]
[ORDER BY column1 [, column2, .. columnN] [DESC]];





Answer Link

Otras preguntas

Explain what is the same about two fractions that are like fractions
having troubles with inequalities.. 3.8x + 14.5 < 32
which trinomial is equivalent to (3x-1)(x+4)
what is the sum of 7/10 and 6/100
Explain what is the same about two fractions that are like fractions
having troubles with inequalities.. 3.8x + 14.5 < 32
which trinomial is equivalent to (3x-1)(x+4)
having troubles with inequalities.. 3.8x + 14.5 < 32
Explain what is the same about two fractions that are like fractions
having troubles with inequalities.. 3.8x + 14.5 < 32