i have to create a view in SQL as like in ORACLE DATA
EXPRESS EDITION
Answers were Sorted based on User's Feedback
Answer / mugdha taru
create view <view name> as select * from <table name> where
<condition>;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / palsaniya sadikhasan, meta.
create <view name> as select * from <table name>;
| Is This Answer Correct ? | 2 Yes | 1 No |
What is virtual class and friend class?
all about pointers
Can we call a base class method without creating instance?
How do you define a class in oop?
What is difference between pop and oop?
What is persistence in oop?
What are oops methods?
What is the difference between pass by reference and pass by value?
What is object and class in oops?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
what is the usage of clas templates
What is polymorphism programming?