Simple SQL problem, disambiguating common attributes -
I have a database with the table I want to list the names of all those who work for at least 2 years younger than anyone. How do i do this ID 1 Works ID2 ... person , with the attribute
id ,
names and
age . I have a table
worksfor , with attributes
ID1 and
ID2 , where
ID1 works for
ID2
Comments
Post a Comment