What is a View ?
Answers were Sorted based on User's Feedback
Answer / guest
View is a logical table which will be created based on
select statement.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / minakshi sahu
view is alogical representation of a table. which is used
for data security
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
I have table-A(1,2,3,4,4,5,6,6,6,7). how to get all duplicate values?what is sql query?
How to initialize variables with default values?
Query to retrieve record for a many to many relationship ?
How to define Data Block size ?
Explain the use of control file?
How to join two tables in a single query using oracle?
does the query needs a hint to access a materialized view?
Explain the use of show option in imp command.
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 the type of Synonyms?
Write a trigger example in oracle?