what is the use of database index(apart from the last
searching of records) and what is the use of composite key?
Answer / brijesh kumar
Index is used for fast retrival data from a table. There are
two types of index
1.clustered Index
2.Non-clustered Index
1. clustered index is created on primary key and it can be
only on per table
2.Non-clustered Index can be created any column and it can
be more than one in a table
Composite key:- Composite is the combination of more than
one attribute composite key is created when it is not
possible to identify any column in a table that has unique
value in such
a situation combination of more than column is chosen by
which
record can be identify easly clear it is just like primary
key.
| Is This Answer Correct ? | 12 Yes | 0 No |
How to perfor If the table running time is taking 2hours and table is having 10 rows in it?
How to create an identity column?
How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?
what is the order of execution of where,having,group by in select stement
6 Answers IBM, Tanla Solutions,
What is query and its types?
How will you make an attribute not process? : sql server analysis services, ssas
What are the common performance issues in sql server?
Explain log shipping?
How to create stored procedures with parameters in ms sql server?
Please give me the SP for the below scenario. I have two tables named Table1 and Table2...I need to fetch record by record from Table1 and insert the record in to table2 where the value in the sno column of the table1 is even number.
Explain log shipping and mention its advantages.
What are number line correlation administrators will use while working with a subquery?
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)