why cluster and non clusterindex are used in sqlserver 2000?
explain with example
Answer / venkat
Index is commonly used for faster data retrieval.We can
have only one Clustered Index and many non-clustered index
in a single table.It is known that there is some
limitations in using indexes.If a column is defined as
primary key,by default column is set to be clustered
index.All other indexes created manually in the same table
were non-clustered index.
| Is This Answer Correct ? | 3 Yes | 1 No |
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
How to check table values in sql server?
What are the 2 types of classifications of constraints in the sql server?
How to add an address record into adventureworkslt?
How to create dbo table in sql server?
Do you know what is sql service broker?
What is advantage data architect?
What the different types of Replication and why are they used?
What is inner join in sql server joins?
What are the differences between stored procedure and view in sql server?
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)