Round 2: 1. Tell me about your project, discussed every project in detail
2. Write pseudo code for following,
Given a an integener N > 1, print all digits 1.. N but when number is divisible by 3 then print Three in words, if number
is divisible by 5 then print Five, if number is divisible by 3 & 5 then print Three & Five without using loop
3. Two tables were given with data and asked to write result of inner, left, right and full outer join