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



September 09, 2008 05:26:43 #5
 raghuprasad   Member Since: August 2007    Total Comments: 19 

RE: how many columns can be in the group by clause
 
There can be as many as all the number of columns of the table which can be used in the GROUP BY clause. Oracle Server handle of this itself.
     

 

Back To Question