![]() | |
#21
| |||
| |||
|
|
sound like a bunch of teenage girls! grow up and learn something! one could make a number ( a large number) of assumptions about any question [quoted text clipped - 8 lines] Larry Coon University of California |
#22
| |||
| |||
|
|
HMMM! Strange how a simple question aroused such smallmindedness! Psychology is simple! sound like a bunch of teenage girls! [quoted text clipped - 5 lines] Larry Coon University of California |
#23
| |||
| |||
|
|
I figured it out! I unknowingly joined a forum at "Mad Comic Book" I give free psycho advice! Tell me : where are the true scientists? HMMM! Strange how a simple question aroused such smallmindedness! [quoted text clipped - 5 lines] Larry Coon University of California |
#24
| |||
| |||
|
|
landonkelsey wrote: 2 is violated ...why? Because you have made up a set of FD's whereby it violates 2nf. |
#25
| |||
| |||
|
|
I figured it out! I unknowingly joined a forum at "Mad Comic Book" I give free psycho advice! Tell me : where are the true scientists? landonkelsey wrote: HMMM! Strange how a simple question aroused such smallmindedness! Psychology is simple! sound like a bunch of teenage girls! [quoted text clipped - 5 lines] Larry Coon University of California |
#26
| |||
| |||
|
|
I assume you mean "other than the two who already plonked you" ? Plonk! I figured it out! [quoted text clipped - 12 lines] Larry Coon University of California |
#27
| |||
| |||
|
|
I got it! I got it! You fell off your skateboards and medications! Well! have fun texting each other down at the arcade! I assume you mean "other than the two who already plonked you" ? [quoted text clipped - 5 lines] Larry Coon University of California |
#28
| |||
| |||
|
|
lets see what you boys know! why doesn't the following work? mysql> select * from girls full outer join boys where girls.city = boys.city; where : drop table girls; drop table boys; create table girls (name varchar(12), city varchar(12)); create table boys (name varchar(12), city varchar(12)); insert into girls values('Mary', 'Boston'); insert into girls values('Nancy', null); insert into girls values('Susan', 'Chicago'); insert into girls values('Betty', 'Chicago'); insert into girls values('Anne', 'Denver'); insert into boys values('John', 'Boston'); insert into boys values('Henry', 'Boston'); insert into boys values('George', null); insert into boys values('Sam', 'Chicago'); insert into boys values('James', 'Dallas'); |
#29
| |||
| |||
|
|
lets see what you boys know! [quoted text clipped - 18 lines] insert into boys values('Sam', 'Chicago'); insert into boys values('James', 'Dallas'); Is "does not work" considered to be an adequate description of a problem in your organization / place of study? Perhaps the answer is that your query is not valid SQL (because the correct syntax is FULL OUTER JOIN ... ON). Perhaps the answer is that you omitted to declare any keys for either table. -- David Portas |
![]() |
| Thread Tools | |
| Display Modes | |
| |