Click here to Skip to main content
15,900,907 members
Home / Discussions / Database
   

Database

 
QuestionBrackets around column names? Pin
quinton.nel16-Oct-06 23:47
quinton.nel16-Oct-06 23:47 
AnswerRe: Brackets around column names? Pin
Mike Dimmick17-Oct-06 0:14
Mike Dimmick17-Oct-06 0:14 
AnswerRe: Brackets around column names? Pin
albCode17-Oct-06 0:15
albCode17-Oct-06 0:15 
GeneralRe: Brackets around column names? Pin
stevehnsn17-Oct-06 16:03
stevehnsn17-Oct-06 16:03 
QuestionError Upon Restoring Transaction Log Pin
toink toink16-Oct-06 20:19
toink toink16-Oct-06 20:19 
AnswerRe: Error Upon Restoring Transaction Log Pin
Mike Dimmick17-Oct-06 0:15
Mike Dimmick17-Oct-06 0:15 
QuestionSQl INNER JOIN ON 5 tables Pin
walalawll16-Oct-06 16:05
walalawll16-Oct-06 16:05 
AnswerRe: SQl INNER JOIN ON 5 tables Pin
walalawll16-Oct-06 16:36
walalawll16-Oct-06 16:36 
Oh. I get the answer la. It should be

select *
from TABLE1 A
INNER JOIN TABLE2 B
ON A.STUDENT_ID = B.STUDENT_ID
INNER JOIN TABLE3 C
ON A.CLASS_ID = C.CLASS_ID
INNER JOIN TABLE4 E
ON A.FORM_ID = E.FORM_ID
INNER JOIN TABLE5 D
On D.SCHOOL_ID = E.SCHOOL

Thanks
Questionhow to insert image into sql database table Pin
vrk_raju16-Oct-06 15:01
vrk_raju16-Oct-06 15:01 
AnswerRe: how to insert image into sql database table Pin
Colin Angus Mackay16-Oct-06 21:42
Colin Angus Mackay16-Oct-06 21:42 
GeneralRe: how to insert image into sql database table Pin
stevehnsn17-Oct-06 16:11
stevehnsn17-Oct-06 16:11 
GeneralRe: how to insert image into sql database table Pin
Colin Angus Mackay17-Oct-06 21:38
Colin Angus Mackay17-Oct-06 21:38 
GeneralRe: how to insert image into sql database table Pin
stevehnsn18-Oct-06 10:32
stevehnsn18-Oct-06 10:32 
QuestionUsing ADO, finding the columns that make up a primary key Pin
AlexEvans16-Oct-06 12:59
AlexEvans16-Oct-06 12:59 
QuestionHow to reinstall SQLEXPRESS? Pin
AHz16-Oct-06 11:21
AHz16-Oct-06 11:21 
QuestionHuge problem with Sql Server 2000/2005 incompatibilities Pin
Goalie3516-Oct-06 9:51
Goalie3516-Oct-06 9:51 
AnswerRe: Huge problem with Sql Server 2000/2005 incompatibilities Pin
Rob Graham16-Oct-06 10:39
Rob Graham16-Oct-06 10:39 
QuestionCan I implement all functions which r available in Excel like standard deviation, graphs etc. using SQL Server 2000 and ASP.Net???? Means does SQL Server 2000 support this functionality??? Pin
Nandini Sharma16-Oct-06 3:02
Nandini Sharma16-Oct-06 3:02 
AnswerRe: Can I implement all functions which r available in Excel like standard deviation, graphs etc. using SQL Server 2000 and ASP.Net???? Means does SQL Server 2000 support this functionality??? Pin
Colin Angus Mackay16-Oct-06 5:54
Colin Angus Mackay16-Oct-06 5:54 
AnswerRe: [edit of overly long thread title] Pin
Jerry Hammond16-Oct-06 9:15
Jerry Hammond16-Oct-06 9:15 
Questionado.net - retrieve data from database Pin
fmardani16-Oct-06 0:45
fmardani16-Oct-06 0:45 
AnswerRe: ado.net - retrieve data from database Pin
Colin Angus Mackay16-Oct-06 5:55
Colin Angus Mackay16-Oct-06 5:55 
AnswerRe: ado.net - retrieve data from database Pin
shreekar16-Oct-06 19:57
shreekar16-Oct-06 19:57 
QuestionWhere do you put your transaction code? Pin
MY120115-Oct-06 23:28
MY120115-Oct-06 23:28 
AnswerRe: Where do you put your transaction code? Pin
Colin Angus Mackay16-Oct-06 5:57
Colin Angus Mackay16-Oct-06 5:57 

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.