Answer Posted / 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 |
Post New Answer View All Answers
What is a dead lock in oracle?
What is tns service name?
What is meant by joins? List out the types of joins.
How do you bind variables in oracle?
Explain the truncate in oracle?
Can select statements be used on views in oracle?
How to assign query results to variables?
Can the query output be sorted by multiple columns in oracle?
What is recycle bin in Oracle?
How to set a transaction to be read only in oracle?
What is the difference between PFILE and SPFILE in Oracle?
How to use "in out" parameter properly?
Why should I use oracle database?
Explain oracle data types with examples?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.