If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > little normal form problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-27-10, 03:51
DB-pro DB-pro is offline
Registered User
 
Join Date: May 2010
Posts: 3
little normal form problem

Hi there,

I had a normal form problem, my relation is R(a, b, c, d) with functional dependencies of F = { [abc > d], [bcd > a], [a > b] }

just wondering what the possible subsets of F are?

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-27-10, 10:15
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
May is surely homework season on dbforums.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #3 (permalink)  
Old 05-27-10, 20:11
DB-pro DB-pro is offline
Registered User
 
Join Date: May 2010
Posts: 3
It's actually work related, but thanks for your reply.
Reply With Quote
  #4 (permalink)  
Old 05-28-10, 11:41
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
The possible subsets of F are:

Scope 0: The empty set
Scope 1: a, b, c, d
Scope 2: ab, ac, ad, bc, bd, cd
Scope 3: abc, acd, bcd
Scope 4: abcd

Just an observation, but there are a very small subset of people that use Relational Algebra for work. None of those people would ask this question. If you're going to try to blow smoke, at least try to blow plausible smoke.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #5 (permalink)  
Old 05-28-10, 12:08
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Especially when you posted the problem earlier as an end of semester test question.
Reply With Quote
  #6 (permalink)  
Old 05-28-10, 15:26
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Quote:
Originally Posted by DB-pro View Post
It's actually work related, but thanks for your reply.
You are employed by a company that makes curly braces, perhaps?
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On