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
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the types of inheritance?
What is basic concept of oop?
to find out the minimum of two integer number of two different classes using friend function
What is the oops and benefits of oops programming?
What does I oop mean?
what are the different types of qualifier in java?
What is difference between data abstraction and encapsulation?
What does enum stand for?
What is difference between oop and pop?
Why do pointers exist?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How to call a non virtual function in the derived class by using base class pointer
Why do we use polymorphism?
Write a program to sort the number with different sorts in one program ??