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 IamaSherpa 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. anarking

    Problem With Create View Statement

    I have These tables CREATE TABLE EMPLOYEE ( EId INT, EName VARCHAR(20), Salary INT, PRIMARY KEY (EId) ) CREATE TABLE WORKS_FOR ( EId INT, PId INT, PRIMARY KEY (PId, EId) ) CREATE TABLE PROJECT ( PId INT, PName VARCHAR(20), Supervisor VARCHAR(20), Budget INT, PRIMARY KEY (PId) ) And I want...
  2. anarking

    Ms Dos mode from Windows xp

    I need to upgrade the firmware on my DVD drive but creating a boot disk doesnt seem to work as it cant move from the floppy drive letter to the Hard drive letter at the ms dos mode.

Part and Inventory Search

Back
Top