| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: modeling question: abstract tables?
>> 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 Fri Jul 11 2003 - 18:23:51 CDT
![]() |
![]() |