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 convert characters to dates in oracle?
What are the differences between blob and clob in oracle?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!
What do you mean by cdb and pdb in oracle 12c?
What is connection pooling in oracle?
Explain an integrity constrains?
What is raw datatype in oracle?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?
Explain the dml?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Explain what are the characteristics of data files?