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

Explain the advantages of inheritance.

0 Answers   TCS,


Why we are use # in begning of programme of c++.

2 Answers   Syntel,


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?

8 Answers   IBM, Sage, Vertex,


What is abstraction oop?

0 Answers  






What is the advantage of oop over procedural language?

0 Answers  


Which is better struts or spring?

0 Answers  


What is object in oop with example?

0 Answers  


what is function overloading..?

4 Answers  


What is abstraction example?

0 Answers  


How does polymorphism work?

0 Answers  


what is code for call by value and call by reference?

1 Answers  


Categories