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

assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

0 Answers  


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

2 Answers   CTS,


Can java compiler skips any statement during compilation time?

0 Answers  


Why is oop better than procedural?

0 Answers  


difference between static and non-static variables?

2 Answers  






how to create thread in java?

17 Answers   IBM, Infosys, Wipro,


what is costructor?

1 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


Is enum a class?

0 Answers  


1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)

1 Answers   Nagarro,


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


Please tell me the oops concept with detailed answer

9 Answers   EEE,


Categories