Post New Answer View All Answers
What happens if you use a wrong connect identifier?
What are the differences between number and binary_float in oracle?
What is oracle latest version?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
What are the built-in functions used for sending Parameters to forms ?
What are the different types of failures that occur in Oracle database?
What is recycle bin in Oracle?
What is a database schema in oracle?
What is a dead lock in oracle?
How to use group functions in the select clause using oracle?
How different is ms access and oracle?
What is a database table in oracle?
Can objects of the same schema reside in different tablespace?
What are the different pseudo commands? Explain in general?
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'));