What is a non clustered primary key?
Answer / Deepak Chandra
A Non-Clustered Index in SQL Server stores the actual data rows separately from the index and only includes a pointer to the location of each row. It can have multiple columns, but it does not physically sort the table's data based on the indexed columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a function call a stored procedure in sql server?
Which command using Query Analyzer will give you the version of SQL server and operating system?
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
What is the use of SCOPE_IDENTITY() function?
How we create SQL Server 2005 Reporting Services ? Give me Sample
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
List all types of constraints in sql server?
How many null values we can have in a unique key field in sql server?
What do you mean by an execution plan? Why is it used?
What are the different types of sub-queries?
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)