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 are main features of oop?
what are the ways in which a constructors can be called?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What is the advantage of oop over procedural language?
Is html an oop?
Have you ever used threads?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is deep and shalow copy?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
Why u change company?
Why do we use class in oops?