When do you create cluster and noncluster index?
Answer Posted / naren
If there is primary key in table clustered index created by
default ,other wise non cluster index created .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to see existing views in ms sql server?
Mention the differences between local and global temporary tables.
How to execute a sql statement using mssql_query()?
Write a query to find 5th highest amount paid from the customer table.
Tell me what is fill factor?
Write a SQL query in order to merge two different columns into single column?
How retrieve field names from the table in SQL through JAVA code?
Explain system functions or built-in functions? What are different types of system functions?
What language is sql server written in?
How to call stored procedure using http soap?
How important do you consider cursors or while loops for a transactional database?
What is the sql server 2000 version number?
Tell me the phases a transaction has to undergo?
What are views used for?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?