i have to create a view in SQL as like in ORACLE DATA
EXPRESS EDITION
Answer Posted / palsaniya sadikhasan, meta.
create <view name> as select * from <table name>;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
Why is object oriented programming so hard?
Explain virtual inheritance?
Why is encapsulation used?
What are the 3 principles of oop?
What are constructors in oop?
What is the difference between abstraction and polymorphism?
What is balance factor?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is oops in simple words?
Why is there no multiple inheritance?
What is the diamond problem in inheritance?
What are the advantages of polymorphism?
Why interface is used?
Can enum be null?