Re: modeling question: abstract tables?

From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 11 Jul 2003 16:23:51 -0700
Message-ID: <c0d87ec0.0307111523.391728d0_at_posting.google.com>


>> I'm currently modeling a db where my data is essentially a list of
countries, and one of the tables related to the country is information about
it's leader. <<

CREATE TABLE Leaders
(country CHAR(2) NOT NULL PRIMARY KEY, --ISO 3166 standard country codes
 title VARCHAR(25) NOT NULL,
 office_holder NVARCHAR(25) NOT NULL); Received on Sat Jul 12 2003 - 01:23:51 CEST

Original text of this message