Topic: Oracle Certified Professional Exams (OCP & OCA) >> Which two are true about aggregate functions? (Choose two.)
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Which two are true about aggregate functions? (Choose two.) |
| naidu |
Posted: Dec 27, 2006 04:17:03 AM |
Total Post: 85
Joined: Nov, 2006
|
Which two are true about aggregate functions? (Choose two.)
A. You can use aggregate functions in any clause of a SELECT statement.
B. You can use aggregate functions only in the column list of the SELECT clause and in the WHERE clause of a SELECT statement.
C. You can mix single row columns with aggrega functions in the column list of a
SELECT statement by grouping on the single row columns.
D. You can pass column names, expressions, constants, or functions as parameters to an aggregate function.
E. You can use aggregate functions on a table, only by grouping the whole table as one single group.
F. You cannot group the rows of a table by more than one column while using aggregate functions.
Answer:
Plz help me as soon as possible
|
|
|
Jayanta |
| Posted: Dec 27, 2006 04:50:08 AM | |
|
Total Post: 479
Joined: Feb, 2006
|
|
|
|
|
kash |
| Posted: Apr 05, 2007 02:36:09 AM | |
|
Total Post: 10
Joined: Apr, 2007
|
E. You can use aggregate functions on a table, only by grouping the whole table as one single group
I don't think E is the right answer you can use aggregate function without grouping e.g
select max(sal)
from emp;
Regards,
Albina
|
|
|
|
|
Jayanta |
| Posted: Apr 05, 2007 07:49:25 AM | |
|
Total Post: 479
Joined: Feb, 2006
|
here the whole table is working as a group.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 242 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|