Answer Posted / janaka
Yes we can create Indexed view.
use
CREATE UNIQUE CLUSTERED INDEX i_IndexA
ON View_Name(field1,field2)
| Is This Answer Correct ? | 55 Yes | 35 No |
Post New Answer View All Answers
How do I find my oracle client driver version?
Explain the use of record option in exp command.
What are the varoius components of physical database structure of oracle database?
What the is the diff between local index and global index. give some example.
What is sequence?
Explain the types of exception?
How to rename an index in oracle?
List out the components of logical database structure of oracle database.
How to use select statement to count the number of rows in oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
How to define and use table alias names in oracle?
How to retrieve data from an explicit cursor?
Is oracle an operator?
What is an oracle function?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?