Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


c++ program to swap the objects of two different classes

0 Answers  


What is the significance of classes in oop?

0 Answers  


What is Object and Class? What are the differences between them?

5 Answers  


What is encapsulation example?

0 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


Is react oop?

0 Answers  


What is inheritance in simple words?

0 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


ambiguity regulation of multiple inheritance with example.

1 Answers  


What is oops in simple words?

0 Answers  


how to find no of instances of an object in .NET?

1 Answers   Infosys,


Categories