i have to create a view in SQL as like in ORACLE DATA
EXPRESS EDITION
Answer Posted / mugdha taru
create view <view name> as select * from <table name> where
<condition>;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is difference between inheritance and polymorphism?
#include
What are oops methods?
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism give a real life example?
Can we create object of interface?
What is class encapsulation?
What is abstraction oop?
Get me an image implementation program.
What is class and object with example?
What are benefits of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops and why we use oops?
What is oops in simple words?
What is coupling in oops?