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 program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can you inherit a private class?
Why static functions always uses static variables?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is abstraction in oops with example?
Out of 4 concepts, which 3 C++ Follow?
what is meant by files?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What are the 5 oop principles?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
Which language is not a true object oriented programming language?
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?