what is Complex index. how to create it?
Answers were Sorted based on User's Feedback
Answer / reddibasha
Do you mean Composite Index?
Composite index is the index created on multiple columns of
a table. A maximum of 16 columns can be used as a composite
index. It can be created at table level only. Unique,
Primary Key and Foreign Key can be composite keys.
Ex:
Create table emp
(eno number,
ename varchar(5),
dob date,
sal number,
dno number,
Primary Key(eno, ename) -- Composite Index
);
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / naren patidar
In cluster data of two table store in one object(cluster)
that generates a index that can identify rows of both of
table..
naren
| Is This Answer Correct ? | 1 Yes | 1 No |
What is auto increment in sql?
What is composite data type in pl sql?
what is the sql query to display current date? : Sql dba
wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?
4 Answers Oracle, TCS, Tecnics,
Does a primary key have to be a number?
Is inner join faster than left join?
how i do the database testing of online money transactions between two parties (client and organization). suppose our company makes a website for our client and give a extra feature of online money transaction with there clients then how i test this feature in database testing
Why is pl sql used?
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Why do you partition data?
what is a constraint? Tell me about its various levels. : Sql dba
What are operators available in sql?
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)