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 an oracle?
What is a procedure in oracle?
How many types of auditing in Oracle?
How to insert a record into a table?
Can you use a commit statement within a database trigger?
Explain the use of rows option in exp command.
what are the things that you consider while creating indexes on partitioning tables?
What are the commands youd issue to show the explain plan for select
How to bring a tablespace offline?
1) What is dense ranking? 2) Difference between Substring and Instring? 3) Case and Decode? 4) Pseudo column? 5) View vs Materialized views? 6) SQl performance tuning?
What are ddl statements in oracle?
What is an oracle function?