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
How to enter a new row into a table interactively?
Can we store pictures in the database and if so, how it can be done?
How to concatenate two text values in oracle?
How to speed up webrick?
What is the relationship among database, tablespace and data file?
What is an oracle table?
What is a server parameter file in oracle?
How to export several tables together?
What is oracle open database communication (odbc)?
What does sharding mean?
Can we protect our pl/sql source code?
Is postgres faster than oracle?
How to turn on or off recycle bin for the instance?
What is hash cluster in oracle?
Is there a function to split a string in plsql?