Answer Posted / sovan guha
An index is a physical structure containing pointer to the
data.Index are created in an existing table to locate rows
more efficiently and quickly.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Difference between LEN() and DATALENGTH() in sql server ?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
How to create an multi-statement table-valued function?
what is a mixed extent? : Sql server administration
Can you pass expressions to function parameters?
How can we get count of the number of records in a table?
What is the security principal at the database level that represents your session?
Is INSTEAD OF trigger directly applicable to Table ?
What is explicit cursors?
Is it important for a database administrator to understand the operating system and file access?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
What is buffer cash and log cache in sql server?
What do you mean by cardinality?
Do you know what is replace and stuff function in sql server?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.