Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. theMISman

    NORMALIZATION PROCESS STRUGGLING

    another example is for each book,list its code,title,publisher code, name, and price so a boook table(BookID, Book_Code,Book_Name, Publisher_Code,Publisher_Name, Publisher_Price)
  2. theMISman

    NORMALIZATION PROCESS STRUGGLING

    another example is for each college, list the number, name, location, and number of employees working at the bookstore. Would i do something on the lines of this College as Table (CollegeID,College_Name,College_Location,Employee)
  3. theMISman

    NORMALIZATION PROCESS STRUGGLING

    Ok lets say I am given a this information for each publisher,list the publisher code,publisher name, and city where publisher is located would i do something on the lines of this Publisher as Table (PublisherId as primary key ,Publisher_Code,Publisher_Name, City)

Part and Inventory Search

Back
Top