operator in sql

Limiting rows using a selection in sql -: We can restrict the row returned the query by using the where clause as like this Select [Distinct]  {* ! column [alias], ….} from table {where condition(S)]; In this syntax : Where – The where clause can compare value in column literal value arithmetic expression or function. It … Read more