What is an Oracle view?
Answer / nishi
A view is a virtual table. Every view has a query attached to it. (The query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)
| Is This Answer Correct ? | 1 Yes | 0 No |
what is port in oracle? how is it related to database application.
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
What are the restrictions on external table columns?
Explain a private synonyms?
What is save point in oracle database?
what is the difference between UNION AND UNIONALL
Write a simple Store procedure and pass parameter to it ?
select trunc(round(156.00,-1),-1) from dual;
What is Database Link ?
what is the difference between dbms and rdbms?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
how to find the second highest salary in a given table????