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 > Database Server Software > MySQL > Achieving Inheritance/super-sub classes in MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-21-10, 17:29
jacob_144 jacob_144 is offline
Registered User
 
Join Date: Apr 2010
Posts: 5
Achieving Inheritance/super-sub classes in MySQL

Hi Everyone,

I was wondering if anyone would be able to tell me the syntax to achieve inheritance in MySQL, For example:

Quote:
Table: Animal
^
|
|

Quote:
Table: Cat | Table: Dog
Would this simply be a case of declaring the PK in Animal, e.g AnimalID, and repeating this in cat and dog?

Finally, once I have achieved this, will the tables inherit the values inputted into the main animals table automatically, or will these be repeated?

Many thanks for your time in advance - J
Reply With Quote
  #2 (permalink)  
Old 04-21-10, 17:49
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
Quote:
Originally Posted by jacob_144 View Post
Would this simply be a case of declaring the PK in Animal, e.g AnimalID, and repeating this in cat and dog?
that's the simplest way, yes

however, there is no "inheritance" of data values as you were hoping

for additional information, search supertype/subtype
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 04-22-10, 10:51
jacob_144 jacob_144 is offline
Registered User
 
Join Date: Apr 2010
Posts: 5
That's fine, I expected that would be the case. Thanks for your help
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