What is Function based Index and which type of function we can use in Function base index.
can we use aggregate,NVL function in Function based Index..
Answer / dinesh
Its not batter to modify where clause column with function(Performance issue). So we need to create function based index. Eg.
Create Index Fun_indx on EMP (UPPER(FIRST_NAME).
we can't create function based index on aggregate function.
but we can create NVL function as function.
also we can create function based index on user define function but function should be"DETERMINISTIC".
eg
create or replace function fun_index(a in number) Return
Number DETERMINISTIC IS
BEGIN
'''
,,,
END;
| Is This Answer Correct ? | 0 Yes | 0 No |
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Define commit, rollback and savepoint?
What is nvarchar max in sql?
i need department wise top 2 employees salary.which logic i will use
What is difference between nchar and nvarchar?
Do you understand the meaning of exception handling?
Which nosql database is best?
How many disk partitions should I have?
What is bind reference and how can it be created?
What is anonymous block in sql?
What is materialized view. What are different methods of refresh?
How can you load microsoft excel data into oracle? : aql loader
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)