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 the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
what is costructor?
Program to read a comment string
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
is there any choice in opting subjects like 4 out of 7
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism explain its types?
What is polymorphism and its types?
what is the basic concept of inheritance?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is data hiding.
what is difference between objects and function