|  | For retrive data All/Not repeted | 
| 
    ARITHMETIC OPERATIONS(* , / ,+, -) | Mathematical Operations | 
| 
    COLUMN ALLIASES (BY USING AS / ””) | Define another name of column | 
|  | Concate more than one string or columns | 
  
|  | Show the schema of any table or view | 
  | WHERE CLAUSE | 
   
| 
    COMPARISION OPERATORS(= , <, <=, >, >=, <>)
 | Use of comparision operators | 
   
| 
    BETWEEN ….. AND Condition | Use of between and condition | 
   
|  | Use of IN Condition | 
   
|  | Use of LIKE Condition | 
   
|  | Use of NULL Condition | 
   
| 
    LOGICAL CONDITION (AND, OR, NOT) | Use of logical Operators | 
   
| 
    ORDER BY CLAUSE (ASC / DESC) | Show data in ASC/DESC Order | 
  
 
No comments:
Post a Comment