What are the types of indexes available with SQL Server?
Answers were Sorted based on User's Feedback
Answer / guest
There are basically two types of indexes that we use with
the SQL Server. Clustered and the Non-Clustered.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / nagabhushan
Indexes are of two types,Clustered Index and non Clustered
Index,when you create Clustee index on tables all the rows
in the tables are stored in the order of the clustered
Index key,So there will one cluster index in the table.Non
Clustered Index have there own storage seperate from the
table data storage.Non Clustered Index is stored in the
form of B-trees.
| Is This Answer Correct ? | 8 Yes | 1 No |
How to define output parameters in stored procedures?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain how to send email from sql database?
What are the main sources of data?
What is a deadlock and what is a live lock?
How except clause is differs from not in clause?
What is difference between table aliases and column aliases? Do they affect performance?
What is Primary key and foreign key? Give an example
How will oyu test the stored procedure taking two parameters namely first name and last name returning full name?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
optimization techinques
What are the operating modes in which database mirroring runs?
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)