Table Normalization

  • Hi All,

    I am new to the Database world.

    I would be very happy if any body Normalize the below table, which is in First Normal Form (1NF).

    Table:

    CREATE TABLE BoatBooking

    (Week NUMBER(2),

    BoatName VARCHAR2(20),

    BoatLength NUMBER,

    ExtraRequest VARCHAR2(20),

    SkipperPno NUMBER,

    SkipperName VARCHAR2(40),

    SkipperAddress VARCHAR2(40),

    CrewPno NUMBER,

    CrewName VARCHAR2(40),

    CrewAddress VARCHAR2(40)) ;

    GRANT SELECT ON BoatBooking TO PUBLIC ;

    Thanks in advance.

  • Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic1023995-145-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply