We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I had to use MS SQL Sever because CTE's are not available on the version of MySQL of Hackerrank.
It can be done without CTE also, by joining tables only by derived tables. However, I see no use on joining on other tables when the Employee table already has almost all the information needed.
New Companies
You are viewing a single comment's thread. Return to all comments →
I had to use MS SQL Sever because CTE's are not available on the version of MySQL of Hackerrank.
It can be done without CTE also, by joining tables only by derived tables. However, I see no use on joining on other tables when the Employee table already has almost all the information needed.