Is oracle the best database?
No Answer is Posted For this Question
Be the First to Post Answer
Can we store pictures in the database and if so, how it can be done?
How to use "for" statements in oracle?
What is an UTL_FILE.What are different procedures and functions associated with it?
If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X
Explain alias?
What is blob datatype?
Briefly explain what is literal? Give an example where it can be used?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
How to define default values for formal parameters?
What is the usage of synonyms?
What is a materialised view?
what is the difference between restoring and recovering?