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

In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


what is diff between .net 1.1 and .net 2.0

4 Answers  


What is oops with example?

0 Answers  


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

0 Answers   HCL,


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


What is polymorphism ? Explain with examples

8 Answers   Ness Technologies,


What is use of overloading?

0 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


What does it mean when someone says I oop?

0 Answers  


What is encapsulation in oop?

0 Answers  


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


What does sksksk mean in text slang?

0 Answers  


Categories