GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL

 Print  |  
Question:  how many columns can be in the group by clause



August 08, 2009 13:13:49 #10
 Priya Murugesan   Member Since: August 2009    Total Comments: 2 

RE: how many columns can be in the group by clause
 
The columns which are used in SELECT clause should appear in GROUP BY clause except the column used in aggregate function.
     

 

Back To Question