1. If there are 2 tables with m and n rows respectively, then what will be the minimum and maximum number of rows in all the joins.
2. Get the 3rd highest employee salary from employee salary table.
3. Given a product table, the new record gets appended in table with the new timestamp for the product ID. Find out the latest row for that particular product with or without analytical functions.
4. Given there are 2 tables of employee details and employee project details, which all employee are not yet assigned a project.