Click here to Skip to main content
15,909,242 members
Home / Discussions / Database
   

Database

 
QuestionOrder of evaluation for sub-queries Pin
Steve Holdorf18-Oct-09 9:52
Steve Holdorf18-Oct-09 9:52 
AnswerRe: Order of evaluation for sub-queries Pin
Not Active18-Oct-09 10:45
mentorNot Active18-Oct-09 10:45 
AnswerRe: Order of evaluation for sub-queries Pin
i.j.russell18-Oct-09 11:27
i.j.russell18-Oct-09 11:27 
GeneralRe: Order of evaluation for sub-queries Pin
Steve Holdorf18-Oct-09 13:03
Steve Holdorf18-Oct-09 13:03 
GeneralRe: Order of evaluation for sub-queries Pin
Mycroft Holmes18-Oct-09 15:00
professionalMycroft Holmes18-Oct-09 15:00 
GeneralRe: Order of evaluation for sub-queries Pin
i.j.russell18-Oct-09 22:31
i.j.russell18-Oct-09 22:31 
QuestionUnderstanding what an inner join query produces Pin
Steve Holdorf17-Oct-09 19:02
Steve Holdorf17-Oct-09 19:02 
AnswerRe: Understanding what an inner join query produces Pin
Mycroft Holmes17-Oct-09 20:50
professionalMycroft Holmes17-Oct-09 20:50 
There used to be a good article on CP explaining join types but I couldn't find it, this returns[^] what should help

Basically an inner join returns records that have the same values in the tables on each side of the join.

Orderdetail => product There will be a foriegn key constraint on the OD table that says an orderid cannot be entered unless there is a product record, therefore this join will no do any filtering but will be used as a lookup to get the productname for each orderdetail.

Order => Orderdetail This gets the detail records for each order record and will be a 1 to many join.

Customer => Order is the same as order/detail join

Never underestimate the power of human stupidity
RAH

AnswerRe: Understanding what an inner join query produces Pin
Eddy Vluggen18-Oct-09 0:52
professionalEddy Vluggen18-Oct-09 0:52 
GeneralRe: Understanding what an inner join query produces Pin
Mycroft Holmes18-Oct-09 1:00
professionalMycroft Holmes18-Oct-09 1:00 
GeneralRe: Understanding what an inner join query produces Pin
Eddy Vluggen18-Oct-09 2:23
professionalEddy Vluggen18-Oct-09 2:23 
AnswerRe: Understanding what an inner join query produces Pin
Not Active18-Oct-09 3:34
mentorNot Active18-Oct-09 3:34 
QuestionDatabase Synchronization Pin
Member 426726116-Oct-09 19:32
Member 426726116-Oct-09 19:32 
AnswerRe: Database Synchronization Pin
εїзεїзεїз16-Oct-09 20:05
εїзεїзεїз16-Oct-09 20:05 
AnswerRe: Database Synchronization Pin
Mycroft Holmes16-Oct-09 23:02
professionalMycroft Holmes16-Oct-09 23:02 
QuestionFind lowest common ancestor in a in a tree using the Adjacency list model Pin
Jörgen Andersson16-Oct-09 4:28
professionalJörgen Andersson16-Oct-09 4:28 
AnswerRe: Find lowest common ancestor in a in a tree using the Adjacency list model Pin
Mycroft Holmes16-Oct-09 23:07
professionalMycroft Holmes16-Oct-09 23:07 
GeneralRe: Find lowest common ancestor in a in a tree using the Adjacency list model Pin
Jörgen Andersson17-Oct-09 11:44
professionalJörgen Andersson17-Oct-09 11:44 
GeneralRe: Find lowest common ancestor in a in a tree using the Adjacency list model Pin
Mycroft Holmes17-Oct-09 13:25
professionalMycroft Holmes17-Oct-09 13:25 
QuestionUpdate top row Pin
dptalt16-Oct-09 3:49
dptalt16-Oct-09 3:49 
AnswerRe: Update top row Pin
Eddy Vluggen16-Oct-09 4:50
professionalEddy Vluggen16-Oct-09 4:50 
GeneralRe: Update top row Pin
i.j.russell16-Oct-09 10:41
i.j.russell16-Oct-09 10:41 
GeneralRe: Update top row Pin
Not Active16-Oct-09 13:08
mentorNot Active16-Oct-09 13:08 
AnswerRe: Update top row Pin
Geoff Williams16-Oct-09 4:56
Geoff Williams16-Oct-09 4:56 
QuestionMSSQL Question Pin
Wouter Coinless16-Oct-09 3:13
Wouter Coinless16-Oct-09 3:13 

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.