Databases

Exercises – Managing Database Objects using Postgresql

Exercises – Managing Database Objects¶ This exercise is primarily to assess your capabilities related to put all important DDL concepts in practice by coming up with solution for a typical data migration problem from one database (mysql) to another (postgres). Here are the high level steps for database migration from one type of database to …

Exercises – Managing Database Objects using Postgresql Read More »

Solutions – Managing Database Objects in Postgresql

Managing Database Objects¶ This exercise is primarily to assess your capabilities related to put all important DDL concepts in practice by coming up with solution for a typical data migration problem from one database (mysql) to another (postgres). Here are the high level steps for database migration from one type of database to another type …

Solutions – Managing Database Objects in Postgresql Read More »

Exercises – SQL Analytics or Windowing Functions using Postgresql

Analytics Functions¶ Let us take care of the exercises related to analytics functions. We will be using HR database for the same. Get all the employees who is making more than average salary with in each department. Get cumulative salary for one of the department along with department name. Get top 3 paid employees with …

Exercises – SQL Analytics or Windowing Functions using Postgresql Read More »