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 |
How to shutdown your 10g xe server from command line?
how to find find & delete duplicate rows from two different tables?
what is the difference between first normal form & second normal form?
Difference between varchar and varchar2 data types?
how to retrieve daily sal from emp table in oracle 10g
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is SYSTEM tablespace and When is it Created?
Who i will insert 1 lacks record in a Database table
how to use sequence and what use of sequence cache
what is trigger?
Explain the difference between a procedure and a function?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>