First page Back Continue Last page Image

I want a List of the Crew Compliment of NCC Discovery

So we have some but not all of the information we want

SELECT * FROM complement INNER JOIN Ships ON complement.shipID = Ships.shipID;

I need Names not the persons Star Fleet ID Number, So I need another Join