Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
AnswerRe: Best Practices Q Pin
Eddy Vluggen2-Jan-10 23:43
professionalEddy Vluggen2-Jan-10 23:43 
QuestionMS SQL Server Not Updating Column Names Pin
Brendan Vogt2-Jan-10 1:51
Brendan Vogt2-Jan-10 1:51 
AnswerRe: MS SQL Server Not Updating Column Names Pin
Andy_L_J2-Jan-10 8:02
Andy_L_J2-Jan-10 8:02 
GeneralRe: MS SQL Server Not Updating Column Names Pin
Brendan Vogt3-Jan-10 1:38
Brendan Vogt3-Jan-10 1:38 
GeneralRe: MS SQL Server Not Updating Column Names Pin
Andy_L_J3-Jan-10 16:40
Andy_L_J3-Jan-10 16:40 
AnswerRe: MS SQL Server Not Updating Column Names Pin
Ashfield3-Jan-10 8:19
Ashfield3-Jan-10 8:19 
QuestionDatabase Name Pin
Brendan Vogt2-Jan-10 1:48
Brendan Vogt2-Jan-10 1:48 
AnswerRe: Database Name Pin
Eddy Vluggen2-Jan-10 4:55
professionalEddy Vluggen2-Jan-10 4:55 
.NET Enthusiast wrote:
Name appears in blue.   Why is this?


Those are keywords[^].


.NET Enthusiast wrote:
Then I use [Name]


You can even name a column "select column", provided that you enclose it with those brackets. That would give you something like this;
SELECT [select column] FROM [tablename]

.NET Enthusiast wrote:
I have a product table, and the name of the product I called Name.   Is this incorrect?   Should I rather call it ProductName?


Both are allowed as column-names. Does a product have name, or a productname?

I are Troll Suspicious | :suss:

AnswerRe: Database Name Pin
Mycroft Holmes2-Jan-10 17:14
professionalMycroft Holmes2-Jan-10 17:14 
GeneralRe: Database Name Pin
Brendan Vogt2-Jan-10 20:41
Brendan Vogt2-Jan-10 20:41 
GeneralRe: Database Name Pin
Mycroft Holmes2-Jan-10 22:50
professionalMycroft Holmes2-Jan-10 22:50 
GeneralRe: Database Name Pin
Brendan Vogt2-Jan-10 22:53
Brendan Vogt2-Jan-10 22:53 
GeneralRe: Database Name Pin
Eddy Vluggen2-Jan-10 23:33
professionalEddy Vluggen2-Jan-10 23:33 
AnswerRe: Database Name Pin
Brendan Vogt2-Jan-10 23:46
Brendan Vogt2-Jan-10 23:46 
QuestionMSSQL 7 Decryptor Pin
The_Collector1-Jan-10 21:10
The_Collector1-Jan-10 21:10 
Questionreturn value, Pin
Hema Bairavan1-Jan-10 20:09
Hema Bairavan1-Jan-10 20:09 
AnswerRe: return value, Pin
Blue_Boy1-Jan-10 22:29
Blue_Boy1-Jan-10 22:29 
GeneralRe: return value, Pin
Hema Bairavan2-Jan-10 4:44
Hema Bairavan2-Jan-10 4:44 
GeneralRe: return value, Pin
DarrenShultz2-Jan-10 10:23
DarrenShultz2-Jan-10 10:23 
Questionclarification Pin
Hema Bairavan1-Jan-10 7:48
Hema Bairavan1-Jan-10 7:48 
AnswerRe: clarification Pin
Abhijit Jana1-Jan-10 8:24
professionalAbhijit Jana1-Jan-10 8:24 
GeneralRe: clarification Pin
Hema Bairavan1-Jan-10 19:30
Hema Bairavan1-Jan-10 19:30 
AnswerRe: clarification Pin
Andy_L_J1-Jan-10 8:49
Andy_L_J1-Jan-10 8:49 
GeneralRe: clarification Pin
Hema Bairavan1-Jan-10 19:32
Hema Bairavan1-Jan-10 19:32 
GeneralRe: clarification Pin
DarrenShultz2-Jan-10 11:07
DarrenShultz2-Jan-10 11:07 

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.