2/07/2011

SQL operators

There are two general classes of sql operators are
Unary :unary operator operates only on one operand like
operator operand
Binary :Binary operator operates only on two operand like
operand1 operator operand2


Sorting of rows can be done by the ORDER BY clause it is used to arrange the output default is ascending order this should be the last in the select statement.

1 comment: