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
Write a program to reverse a string using recursive function?
What is overloading in oops?
What is the purpose of polymorphism?
to find out the minimum of two integer number of two different classes using friend function
Can enum be null?
What is polymorphism explain?
How long to learn object oriented programming?
What do you mean by variable?
What is advantage of inheritance?
What is stream in oop?
Can private class be inherited?
Can we define a class within the interface?
What type of loop is a for loop?
What are functions in oop?
Can abstract class have normal methods?