if you ctreate table identity
No Answer is Posted For this Question
Be the First to Post Answer
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'));
What are Clusters ?
Query to retrieve record for a many to many relationship ?
How to set up autotrace for a user account?
what is the syntax of DROP command?
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
What are the factors causing the reparsing of SQL statements in SGA?
What to do if the binary spfile is wrong for the default instance?
How to create a new table in your schema?
Explain about functional dependency and its relation with table design?
What is an UTL_FILE.What are different procedures and functions associated with it?
Can a View based on another View ?