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 |
Why do we use oop?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
write a program that takes input in digits and display the result in words from 1 to 1000
What is abstract class in oops?
What is a linked list?
3. Differentiate verification and validation.
What is command routing in MFC
What is interface? When and where is it used?
write a short note on Overloading of Binary Operator?
In c++ there is only virtual destructors, no constructors. Why?
When is an object created and what is its lifetime?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??