Answer Posted / pavankumar.k
view do not contain are stored data
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is oracle database so popular?
What is set operator oracle?
What happens to the indexes if a table is recovered?
What do you know about normalization? Explain in detail?
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'));
How to call a stored function in oracle?
What happens to the current transaction if the session is ended?
Give the constructs of a package, function or a procedure.
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What are the various oracle database objects?
Which is better Oracle or MS SQL? Why?
Write a trigger example in oracle?
What are the different types of database objects?
What is a connect identifier?
Is oracle an open source?