What are all the different types of indexes?
Answer / Sushma
1. Clustered Index: A type of index that determines how data is physically stored in a table. Each table can have only one clustered index. 2. Non-Clustered Index: An index that stores the indexed columns along with a pointer to the actual data rows. Multiple non-clustered indexes can be created on a single table. 3. Primary Key Index (Clustered): A special kind of clustered index where the primary key columns are used as the basis for sorting and organizing the data in the table. 4. Unique Index: An index that ensures no duplicate values among its indexed columns. 5. Full-Text Index: Used to search textual data in a column or multiple columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are indexes, and what are the different types?
Describe the Index, Types of index, At what situation we have used? Which one s better than others?
What is the basic structure of PL/SQL ?
How do you rename a table in sql?
What is pl sql in dbms?
What is sql trigger example?
What is the difference between syntax error and runtime error?
How do you use a while loop in pl sql?
What is cross join sql?
What is Raise_application_error ?
What is sql catalog?
What is your daily office routine?
Oracle (3253)
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)