Click here to Skip to main content
15,914,066 members
Home / Discussions / Database
   

Database

 
QuestionOne more thing Pin
kensai19-May-08 6:44
kensai19-May-08 6:44 
QuestionHow to read an database table step by step (with ADO) Pin
harry7988019-May-08 3:35
harry7988019-May-08 3:35 
AnswerRe: How to read an database table step by step (with ADO) Pin
Adeel Chaudhry19-May-08 5:48
Adeel Chaudhry19-May-08 5:48 
AnswerRe: How to read an database table step by step (with ADO) Pin
Mycroft Holmes19-May-08 23:29
professionalMycroft Holmes19-May-08 23:29 
QuestionAppending the value with NULL value Pin
Revathij19-May-08 2:40
Revathij19-May-08 2:40 
AnswerRe: Appending the value with NULL value Pin
J4amieC19-May-08 3:14
J4amieC19-May-08 3:14 
Questionwhat is the use of indexes , when i creating table it already creating one index.......... Pin
Shaik Haneef19-May-08 0:52
Shaik Haneef19-May-08 0:52 
AnswerRe: what is the use of indexes , when i creating table it already creating one index.......... Pin
J4amieC19-May-08 1:22
J4amieC19-May-08 1:22 
The primary key is, by default, created as a clustered index. It will be used for lookups using "empid" in your case.


Improving performance for retrieving data depends on how you lookup the data. For example, if you tend to lookup using empname put an index on that. If you lookup using empname and salary then create an index which includes both those columns.

This is obviously a simplistic answer - indexing is a fine art where you must balance performance.
AnswerRe: what is the use of indexes , when i creating table it already creating one index.......... [modified] Pin
Vinay Dornala19-May-08 19:31
Vinay Dornala19-May-08 19:31 
QuestionUpdate the value with a value in the table Pin
Revathij18-May-08 22:21
Revathij18-May-08 22:21 
AnswerRe: Update the value with a value in the table Pin
Alsvha18-May-08 22:44
Alsvha18-May-08 22:44 
GeneralRe: Update the value with a value in the table Pin
Revathij18-May-08 23:15
Revathij18-May-08 23:15 
QuestionHow can save List in MS-Access Database? Pin
Le@rner18-May-08 22:02
Le@rner18-May-08 22:02 
QuestionGet unique value in INNER JOIN in SQL server 2005 query Pin
salon18-May-08 20:49
salon18-May-08 20:49 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Alsvha18-May-08 20:54
Alsvha18-May-08 20:54 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Blue_Boy18-May-08 21:22
Blue_Boy18-May-08 21:22 
AnswerRe: Get unique value in INNER JOIN in SQL server 2005 query Pin
Vinay Dornala19-May-08 19:48
Vinay Dornala19-May-08 19:48 
QuestionAttaching a sql server database Pin
hadad18-May-08 20:19
hadad18-May-08 20:19 
AnswerRe: Attaching a sql server database Pin
Alsvha18-May-08 20:30
Alsvha18-May-08 20:30 
QuestionOCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
eat_union18-May-08 19:44
eat_union18-May-08 19:44 
AnswerRe: OCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
Mike Dimmick19-May-08 2:39
Mike Dimmick19-May-08 2:39 
GeneralRe: OCCI's functions which return a STL object lead errors when deconstructing the STL object Pin
eat_union19-May-08 15:09
eat_union19-May-08 15:09 
QuestionSQL ordering Pin
tom groezer18-May-08 13:29
tom groezer18-May-08 13:29 
AnswerRe: SQL ordering Pin
leckey18-May-08 16:17
leckey18-May-08 16:17 
AnswerRe: SQL ordering Pin
Mycroft Holmes18-May-08 16:28
professionalMycroft Holmes18-May-08 16:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.