Click here to Skip to main content
15,884,353 members
Home / Discussions / Database
   

Database

 
QuestionExporting a database Pin
MarkB7771-Sep-09 23:09
MarkB7771-Sep-09 23:09 
AnswerRe: Exporting a database Pin
SeMartens2-Sep-09 0:14
SeMartens2-Sep-09 0:14 
AnswerRe: Exporting a database Pin
Jerry Hammond2-Sep-09 2:34
Jerry Hammond2-Sep-09 2:34 
AnswerRe: Exporting a database Pin
Abhishek Sur2-Sep-09 9:53
professionalAbhishek Sur2-Sep-09 9:53 
AnswerRe: Exporting a database Pin
εїзεїзεїз2-Sep-09 11:43
εїзεїзεїз2-Sep-09 11:43 
GeneralRe: Exporting a database Pin
Abhishek Sur2-Sep-09 11:59
professionalAbhishek Sur2-Sep-09 11:59 
GeneralRe: Exporting a database Pin
εїзεїзεїз2-Sep-09 13:42
εїзεїзεїз2-Sep-09 13:42 
QuestionWhat is SQL Query:Master child table [modified] Pin
xodeblack1-Sep-09 20:24
xodeblack1-Sep-09 20:24 
I have following two tables

1st table is Fee:
PK ----   payable 
1  ----   1500 
2  ----   1200
3  ----   1900 

2nd table is Fee_Detail:
pk ---- paid ---- fk_fee
1  ---- 700  ---- 1
2  ---- 400  ---- 1
3  ---- 400  ---- 1
4  ---- 800  ---- 2
5  ---- 300  ---- 2

Result should be
payable ---- paid
1500    ---- 1500
1200    ---- 1100
1900    ---- 0   


what is sql query

modified on Wednesday, September 2, 2009 2:39 AM

AnswerRe: What is SQL Query:Master child table Pin
Mycroft Holmes1-Sep-09 21:14
professionalMycroft Holmes1-Sep-09 21:14 
GeneralRe: What is SQL Query:Master child table Pin
xodeblack1-Sep-09 22:39
xodeblack1-Sep-09 22:39 
GeneralRe: What is SQL Query:Master child table Pin
Mycroft Holmes1-Sep-09 22:50
professionalMycroft Holmes1-Sep-09 22:50 
AnswerRe: What is SQL Query:Master child table Pin
Nisha Agrawal7-Sep-09 3:57
Nisha Agrawal7-Sep-09 3:57 
Question[Message Deleted] Pin
teja.murali31-Aug-09 19:32
teja.murali31-Aug-09 19:32 
AnswerRe: display cities while clicking country Pin
Mycroft Holmes31-Aug-09 19:45
professionalMycroft Holmes31-Aug-09 19:45 
AnswerRe: display cities while clicking country Pin
Blue_Boy31-Aug-09 23:37
Blue_Boy31-Aug-09 23:37 
QuestionDatabase design and queries Pin
rockyrules31-Aug-09 19:01
rockyrules31-Aug-09 19:01 
AnswerRe: Database design and queries Pin
Mycroft Holmes31-Aug-09 19:26
professionalMycroft Holmes31-Aug-09 19:26 
QuestionGetting the right sysntax for this. Pin
Rudyvb0831-Aug-09 11:00
Rudyvb0831-Aug-09 11:00 
AnswerRe: Getting the right sysntax for this. Pin
Edbert P31-Aug-09 16:48
Edbert P31-Aug-09 16:48 
AnswerRe: Getting the right sysntax for this. Pin
Mycroft Holmes31-Aug-09 19:23
professionalMycroft Holmes31-Aug-09 19:23 
QuestionSSRS Visibility Option Pin
bwood202031-Aug-09 7:09
bwood202031-Aug-09 7:09 
AnswerRe: SSRS Visibility Option Pin
Edbert P31-Aug-09 16:50
Edbert P31-Aug-09 16:50 
QuestionCreate Cubes (Analysis Services) in Visual Studio 2005 Pin
Mschauder31-Aug-09 5:10
Mschauder31-Aug-09 5:10 
Questionconnecting to local sql server 2005 from website Pin
manish.m.meshram31-Aug-09 0:28
manish.m.meshram31-Aug-09 0:28 
AnswerRe: connecting to local sql server 2005 from website Pin
dan!sh 31-Aug-09 0:32
professional dan!sh 31-Aug-09 0:32 

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.