How to store pictures on to the database?
No Answer is Posted For this Question
Be the First to Post Answer
What is a snapshot in oracle database?
IS it possible to built the oracle database without setting the kernal parameters?
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 is query and types of query
Explain temporal data types in oracle
What are the ansi data types supported in oracle?
What is an Oracle index?
which sql command we can use to get a print out from oracle?
Please explain the difference between outer join and inner join? With examples would be appreciable..!
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
List the types of joins used in writing subqueries?
What happens if you lost a data file?