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



July 07, 2008 01:45:14 #2
 krishnaveni_g   Member Since: July 2008    Total Comments: 9 

RE: how many columns can be in the group by clause
 
The columns which are used in the SELECT statement with GROUP BY function are compulsory used in the GROUP BY clause. 
     

 

Back To Question