How to drop an existing table in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to define default values for formal parameters?
What is raw datatype in oracle?
What are the Limitations of a CHECK Constraint ?
What is different types of joins?
What is index in Oracle?
How to create a new tablespace in oracle?
What are privileges and grants?
what is null value?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
Is insert autocommit in oracle?
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'));
25. Display the client number and the value of the highest value order placed by that client.