Forum Replies Created

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

  • RE: Creating a new VIEW (SQL SErver)

    SELECT distinct c.CandidateID, c.FirstName, c.LastName, c.Email, c.Nationality, c.English, c.Spanish, c. French, c. Portuguese, c. OtherLanguage, c. OtherLanguageLevel, c. DOB, a.PostingID, a.CategoryType, e.DegreeID, d.Degree, x.exp

    FROM Candidates c

    INNER JOIN Pandc a ON...

  • RE: Creating a new VIEW (SQL Server)

    Thank you Loner....

    I am trying to learn SQL by following some tutorials and I came across this problem.

    Thanks again for all your help.

    Affu...

  • RE: Creating a new VIEW (SQL SErver)

    Thanks Sushila.

    I will give that a try and get back to you.

  • RE: Creating a new VIEW (SQL SErver)

    Candidates Table: c. CandidateID, C. FirstName, c. LastName, c. Email, c. Nationality, c. English, c. Spanish, c. French, c. Portugese, c. OtherLanguage, c. OtherLanguageLevel, c. DOB

    Education Table: e. IDEduc, e....

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