| 
			   
                     
                  SELECT select_items
                   Select_items 
                    can be any of the following. Multiple select_items are comma 
                    separated. 
                  
                  top 
                    
                  FROM Clause
                   The 
                    FROM clause can contain any of the following: 
                  
                    
                  top 
                    
                  WHERE Clause
                   WHERE 
                    clause criteria can contain any of the following: 
                  
                  left_operand and right_operand can contain any of the following: 
                  
                  Use parenthesis to force order of precedence. 
                    
                  top 
                    
                  GROUP BY Clause
                   A 
                    GROUP BY clause can contain any of the following: 
                  
                    
                    
                  HAVING Clause
                  A HAVING Clause can contain any of the following: 
                  
                    
                  top 
                    
                  ORDER BY Clause
                   An 
                    ORDER BY clause can contain any of the following: 
                  
                    
                  top 
                  
			   |