i have to create a view in SQL as like in ORACLE DATA
EXPRESS EDITION
Answers were Sorted based on User's Feedback
Answer / mugdha taru
create view <view name> as select * from <table name> where
<condition>;
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / palsaniya sadikhasan, meta.
create <view name> as select * from <table name>;
| Is This Answer Correct ? | 2 Yes | 1 No |
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
c++ program to swap the objects of two different classes
What is the significance of classes in oop?
What is Object and Class? What are the differences between them?
What is encapsulation example?
Can java compiler skips any statement during compilation time?
Is react oop?
What is inheritance in simple words?
#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]; }
ambiguity regulation of multiple inheritance with example.
What is oops in simple words?
how to find no of instances of an object in .NET?