Answer Posted / abdul qadir
aggregate function operates on multiple rows and gives single output
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is a lookup table in oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What are internal user account in oracle?
How do I find the database name in oracle?
How to connect the oracle server as sysdba?
Explain the use of Merge statement in oracle 11g
What is the usage of analyze command in oracle?
How do I manually uninstall oracle client?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to update a table row with a record?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
What is a subquery in oracle?
How do I reset a sequence in oracle?
Can a formula column be obtained through a select statement ?
How to convert a string to a date in oracle database?