ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Databases  >>  SQL PLSQL
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
What is an index and types of indexes. How many number of
indexes can be used per table ?
 Question Submitted By :: Chacha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is an index and types of indexes. How many number of indexes can be used per table ?
Answer
# 1
Index is a method used for faster retrieval of 
records.different types of indexes are
1.primary key index
2.unique index
3.bitmap index
4.hash index
5.function based index
6.B-tree index(default index created) on table.
7.Virtual index(which do not show entry in DBA_segment).
 
Is This Answer Correct ?    10 Yes 1 No
Guest
 
  Re: What is an index and types of indexes. How many number of indexes can be used per table ?
Answer
# 2
Indexs are used for the faster retrivel of data.

two types of indexes
Cluster index,unclustered index
we can have one cluster index and uotp 249 cluster indexes 
for a table
 
Is This Answer Correct ?    6 Yes 1 No
Swapna Vamsi
 
 
 
  Re: What is an index and types of indexes. How many number of indexes can be used per table ?
Answer
# 3
upto 249 unclustered indexes per table
 
Is This Answer Correct ?    3 Yes 1 No
Swapna Vamsi
 
  Re: What is an index and types of indexes. How many number of indexes can be used per table ?
Answer
# 4
index is a data structure that improve the operation on 
table.there are two types of index.
1) ordered index.
2) hashed index.
 up to 249 clustered indexes per table.
 
Is This Answer Correct ?    3 Yes 3 No
Sandip Kumar Chaturvedi
 

 
 
 
Other SQL PLSQL Interview Questions
 
  Question Asked @ Answers
 
What is clustered and non-clustered indexes? Microsoft3
Types of joins ? Digital-GlobalSoft3
Types of backups ? TCS3
What is the main difference between a UNION statement and a UNION ALL statement? 1. A UNION statement eliminates duplicate rows; a UNION ALL statement includes duplicate rows. 2. A UNION statement can be used to combine any number of queries; a UNION ALL statement can be used to combine a maximum of two queries. 3. A UNION statement can only combine queries that have parallel fields in the SELECT list; a UNION ALL statement can combine queries with differing SELECT list structures. 4. A UNION statement cannot be used with aggregate functions; a UNION ALL statement can be used with aggregate functions. 5. There is no difference between the two statements; they are interchangeable. Sonata2
declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ? Oracle2
why should required for Indexed by table in pl/sql  2
What are the modes of parameters that can be passed to a procedure ?  2
Give an example of any procedure. iFlex2
What are the differences between Database Trigger and Integrity constraints ?  3
What are two virtual tables available during database trigger execution ?  2
what eliminate duplicate without using roenum and not Matrix4
If I have a table T with 4 rows & 2 columns A & B. A has values 1,2,3,4. and B has 10,20,30,40. Write an Update SQL query which can Swap the values of A & B for all records. (Do not use a sub-query)  2
Please let me know if UNION ALL and Natural Join does the same operation and are same... iGate3
What is Referential Integrity?  2
What is a transaction?  4
Types of indexes. What is the default key created when a primary key is created in a table ? TCS4
write a query to delete similar records in particular fields(columns) in different tables  2
i have a table with column sno with 30 records. i want to update this column by item by item in asp.net. i wantto enter new values into that from 1 to 30 how is it possible with backend c#  1
how to get second highest salary in SQL(as/4000 iGate14
If you want a column to be part of the result set, after which SQL keyword does it belong? 1. SELECT 2. FROM 3. WHERE 4. GROUP BY 5. HAVING HCL9
 
For more SQL PLSQL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com