i have to create a view in SQL as like in ORACLE DATA
EXPRESS EDITION

Answers were Sorted based on User's Feedback



i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION..

Answer / mugdha taru

create view <view name> as select * from <table name> where
<condition>;

Is This Answer Correct ?    3 Yes 0 No

i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION..

Answer / palsaniya sadikhasan, meta.

create <view name> as select * from <table name>;

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


what is costructor?

1 Answers  


Program to read a comment string

1 Answers   IBM,


JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  


is there any choice in opting subjects like 4 out of 7

1 Answers  


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(); }

1 Answers   SRA,


What is polymorphism explain its types?

1 Answers  


What is polymorphism and its types?

1 Answers  


what is the basic concept of inheritance?

9 Answers  


WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

1 Answers  


what is data hiding.

3 Answers   Wipro,


what is difference between objects and function

3 Answers  


Categories