Answer Posted / s. senthil kumar
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 |
Post New Answer View All Answers
Why is oracle database so popular?
how do u setup a replication site?
How to convert a date to char in oracle? Give one example.
How to write numeric literals in oracle?
What is an anonymous block?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is a nvl function? How can it be used?
How would you go about verifying the network name that the local_listener is currently using?
What happens to the indexes if a table is recovered?
How to view the tablespaces in the current database?
What is integrity and what is constraint??Explain with example
What the is the diff between local index and global index. give some example.
How to fetch the row which has the max value for a column?
What are the restrictions in a oracle read only transaction?
How to best split csv strings in oracle 9i?